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 c1dce5c commit 55d8bd3Copy full SHA for 55d8bd3
native/Avalonia.Native/src/OSX/PopupImpl.mm
@@ -33,23 +33,6 @@ virtual NSWindowStyleMask GetStyle() override
33
return NSWindowStyleMaskBorderless;
34
}
35
36
- virtual HRESULT Resize(double x, double y, AvnPlatformResizeReason reason) override
37
- {
38
- START_COM_CALL;
39
-
40
- @autoreleasepool
41
42
- if (Window != nullptr)
43
44
- [Window setContentSize:NSSize{x, y}];
45
46
- [Window setFrameTopLeftPoint:ToNSPoint(ConvertPointY(lastPositionSet))];
47
- }
48
49
- return S_OK;
50
51
52
53
public:
54
virtual bool ShouldTakeFocusOnShow() override
55
{
0 commit comments