Changeset 378 for branches/highdpi/Packages/CevoComponents/DrawDlg.pas
- Timestamp:
- Apr 24, 2021, 11:41:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/DrawDlg.pas
r361 r378 138 138 NewFormPos := ScreenToClient(DpiMouse.CursorPos); 139 139 if (NewFormPos.X >= 0) and (NewFormPos.X < Width) and 140 (NewFormPos.Y >= 0) and (NewFormPos.Y < Height) then begin 140 (NewFormPos.Y >= 0) and (NewFormPos.Y < Height) and 141 (NewFormPos.Y < TitleHeight) then begin 141 142 MoveMousePos := ClientToScreen(Point(X, Y)); 142 143 MoveFormPos := Point(Left, Top);
Note:
See TracChangeset
for help on using the changeset viewer.