citra-qt: Small cleanup.
This commit is contained in:
parent
6a6464807a
commit
688a5c033e
1 changed files with 1 additions and 2 deletions
|
@ -132,8 +132,7 @@ GRenderWindow::GRenderWindow(QWidget* parent) : QWidget(parent), emu_thread(this
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
connect(&emu_thread, SIGNAL(started()), this, SLOT(moveContext()));
|
connect(&emu_thread, SIGNAL(started()), this, SLOT(moveContext()));
|
||||||
|
|
||||||
setMinimumSize(GetActiveConfig().min_client_area_size.first,
|
OnMinimalClientAreaChangeRequest(GetActiveConfig().min_client_area_size);
|
||||||
GetActiveConfig().min_client_area_size.second);
|
|
||||||
|
|
||||||
OnFramebufferSizeChanged();
|
OnFramebufferSizeChanged();
|
||||||
NotifyClientAreaSizeChanged(std::pair<unsigned,unsigned>(child->width(), child->height()));
|
NotifyClientAreaSizeChanged(std::pair<unsigned,unsigned>(child->width(), child->height()));
|
||||||
|
|
Loading…
Reference in a new issue