mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-12 18:28:30 +12:00
Update main_window.cpp
This commit is contained in:
parent
5ce6d6d466
commit
cb1d4f7cd6
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ MainWindow::MainWindow(QApplication* app, QWidget* parent) : QMainWindow(parent)
|
||||||
|
|
||||||
// We pass a callback to the screen widget that will be triggered every time we resize the screen
|
// We pass a callback to the screen widget that will be triggered every time we resize the screen
|
||||||
screen = new ScreenWidget([this](u32 width, u32 height) { handleScreenResize(width, height); }, nullptr);
|
screen = new ScreenWidget([this](u32 width, u32 height) { handleScreenResize(width, height); }, nullptr);
|
||||||
setCentralWidget(screen);
|
// setCentralWidget(screen);
|
||||||
|
|
||||||
screen->show();
|
screen->show();
|
||||||
appRunning = true;
|
appRunning = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue