How to force set frame explicitly for NSWindow
Issue #721
For setFrame
to take effect
1 | mainWindow.setFrame(rect, display: true) |
we can remove auto save frame flag
1 | mainWindow.setFrameAutosaveName("MyApp.MainWindow") |
Issue #721
For setFrame
to take effect
1 | mainWindow.setFrame(rect, display: true) |
we can remove auto save frame flag
1 | mainWindow.setFrameAutosaveName("MyApp.MainWindow") |