Changeset 291 for trunk/Forms/UFormClient.pas
- Timestamp:
- Mar 26, 2019, 1:16:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.pas
r274 r291 199 199 end else begin 200 200 {$ifdef WINDOWS} 201 PaintBox1.Canvas.Brush.Color := BackgroundColor; //clBackground; //PaintBox1.GetColorResolvingParent;201 PaintBox1.Canvas.Brush.Color := MapBackgroundColor; //clBackground; //PaintBox1.GetColorResolvingParent; 202 202 PaintBox1.Canvas.FillRect(0, 0, PaintBox1.Width, PaintBox1.Height); 203 203 {$endif}
Note:
See TracChangeset
for help on using the changeset viewer.