diff options
| author | 2014-11-13 20:32:33 +0100 | |
|---|---|---|
| committer | 2014-11-18 13:16:02 +0100 | |
| commit | 688a5c033ec68bb45cde824885ce8d64384c237d (patch) | |
| tree | 48bc9cf6d87f34f8f4b7b728380e98eba6385132 | |
| parent | EmuWindow: Add a TODO. (diff) | |
| download | yuzu-688a5c033ec68bb45cde824885ce8d64384c237d.tar.gz yuzu-688a5c033ec68bb45cde824885ce8d64384c237d.tar.xz yuzu-688a5c033ec68bb45cde824885ce8d64384c237d.zip | |
citra-qt: Small cleanup.
Diffstat (limited to '')
| -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())); |