mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 00:06:20 +08:00
Windows: improve moving window across screens with distinct scale factors - cont'd
This commit is contained in:
+1
-1
@@ -1756,7 +1756,7 @@ content key keyboard layout
|
||||
if (IsIconic(hWnd) || window->parent()) {
|
||||
break;
|
||||
}
|
||||
resize_bug_fix = window;
|
||||
if (moving_window) resize_bug_fix = window;
|
||||
POINTS pts = MAKEPOINTS(lParam);
|
||||
int nx = pts.x, ny = pts.y;
|
||||
// detect when window centre changes screen
|
||||
|
||||
Reference in New Issue
Block a user