mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
Qt: Fix missing borders in separate render window
Regression from f07b726c67
This commit is contained in:
@@ -263,8 +263,8 @@ std::optional<WindowInfo> MainWindow::acquireRenderWindow(RenderAPI render_api,
|
||||
}
|
||||
else
|
||||
{
|
||||
restoreDisplayWindowGeometryFromConfig();
|
||||
container->showNormal();
|
||||
restoreDisplayWindowGeometryFromConfig();
|
||||
}
|
||||
|
||||
// See note below.
|
||||
|
||||
Reference in New Issue
Block a user