mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-27 14:00:22 +00:00
Fix moving/resizing windows
There's no need to additionally convert the coordinates as [platformWindow frame] already returns them the way the delegate expects (the Cocoa way).
This commit is contained in:
parent
0c38286816
commit
0a95aee94c
@ -564,7 +564,7 @@ NSArray *CGSOrderedWindowNumbers() {
|
||||
|
||||
case ConfigureNotify:
|
||||
[window frameChanged];
|
||||
[delegate platformWindow:window frameChanged:[window transformFrame:[window frame]] didSize:YES];
|
||||
[delegate platformWindow:window frameChanged:[window frame] didSize:YES];
|
||||
break;
|
||||
|
||||
case ConfigureRequest:
|
||||
|
Loading…
Reference in New Issue
Block a user