We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af62a09 commit ddefe73Copy full SHA for ddefe73
platform/macos/editor/embedded_process_macos.mm
@@ -43,7 +43,10 @@
43
44
void EmbeddedProcessMacOS::_notification(int p_what) {
45
switch (p_what) {
46
- case NOTIFICATION_RESIZED:
+ case NOTIFICATION_ENTER_TREE: {
47
+ set_notify_transform(true);
48
+ } break;
49
+ case NOTIFICATION_TRANSFORM_CHANGED:
50
case NOTIFICATION_VISIBILITY_CHANGED: {
51
update_embedded_process();
52
} break;
0 commit comments