Changeset 405 for branches/highdpi/Packages/CevoComponents/DrawDlg.pas
- Timestamp:
- Nov 3, 2021, 11:22:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/DrawDlg.pas
r378 r405 7 7 uses 8 8 UDpiControls, Classes, SysUtils, Forms, LCLIntf, LCLType, {$IFDEF LINUX}LMessages,{$ENDIF} 9 Messages, Graphics, Controls, ButtonBase, ButtonA, ButtonB, Area, ScreenTools; 9 Messages, Graphics, Controls, ButtonBase, ButtonA, ButtonB, Area, ScreenTools 10 {$IFDEF LCLGTK2}, Gtk2Globals{$ENDIF}; 10 11 11 12 type … … 187 188 begin 188 189 MoveActive := False; 190 191 {$IFDEF LCLGTK2} 192 // GTK2 bug workaround https://bugs.freepascal.org/view.php?id=35720 193 if Visible then LastMouse.WinControl := Self; 194 {$ENDIF} 189 195 end; 190 196
Note:
See TracChangeset
for help on using the changeset viewer.