diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index ace48a237..758f71fda 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -132,8 +132,7 @@ GRenderWindow::GRenderWindow(QWidget* parent) : QWidget(parent), emu_thread(this | |||
| 132 | setLayout(layout); | 132 | setLayout(layout); |
| 133 | connect(&emu_thread, SIGNAL(started()), this, SLOT(moveContext())); | 133 | connect(&emu_thread, SIGNAL(started()), this, SLOT(moveContext())); |
| 134 | 134 | ||
| 135 | setMinimumSize(GetActiveConfig().min_client_area_size.first, | 135 | OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size); |
| 136 | GetActiveConfig().min_client_area_size.second); | ||
| 137 | 136 | ||
| 138 | OnFramebufferSizeChanged(); | 137 | OnFramebufferSizeChanged(); |
| 139 | NotifyClientAreaSizeChanged(std::pair<unsigned,unsigned>(child->width(), child->height())); | 138 | NotifyClientAreaSizeChanged(std::pair<unsigned,unsigned>(child->width(), child->height())); |