Windows: improve moving window across screens with distinct scale factors - cont'd
This commit is contained in:
parent
fc3e6a1c53
commit
e59a5dc804
@ -1756,7 +1756,7 @@ content key keyboard layout
|
|||||||
if (IsIconic(hWnd) || window->parent()) {
|
if (IsIconic(hWnd) || window->parent()) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
resize_bug_fix = window;
|
if (moving_window) resize_bug_fix = window;
|
||||||
POINTS pts = MAKEPOINTS(lParam);
|
POINTS pts = MAKEPOINTS(lParam);
|
||||||
int nx = pts.x, ny = pts.y;
|
int nx = pts.x, ny = pts.y;
|
||||||
// detect when window centre changes screen
|
// detect when window centre changes screen
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user