Add minimum window size back to citra-qt
This commit is contained in:
parent
26d828fb4c
commit
29c12058c7
|
@ -256,6 +256,7 @@ void GRenderWindow::InitRenderTarget() {
|
|||
// WA_DontShowOnScreen, WA_DeleteOnClose
|
||||
core_context = CreateSharedContext();
|
||||
resize(Core::kScreenTopWidth, Core::kScreenTopHeight + Core::kScreenBottomHeight);
|
||||
OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size);
|
||||
BackupGeometry();
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue