|
|
@@ -52,6 +52,7 @@ public:
|
|
|
[Window setBackingType:NSBackingStoreBuffered];
|
|
|
|
|
|
[Window setOpaque:false];
|
|
|
+ [Window setContentView: StandardContainer];
|
|
|
}
|
|
|
|
|
|
virtual HRESULT ObtainNSWindowHandle(void** ret) override
|
|
|
@@ -124,7 +125,6 @@ public:
|
|
|
SetPosition(lastPositionSet);
|
|
|
UpdateStyle();
|
|
|
|
|
|
- [Window setContentView: StandardContainer];
|
|
|
[Window setTitle:_lastTitle];
|
|
|
|
|
|
if(ShouldTakeFocusOnShow() && activate)
|