refactored Window

This commit is contained in:
fourtf
2018-07-06 17:02:26 +02:00
parent 314c15bb87
commit 741c1f7820
8 changed files with 229 additions and 214 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ BaseWindow::BaseWindow(QWidget *parent, Flags _flags)
this->updateScale();
CreateWindowShortcut(this, "CTRL+0", [] { getApp()->settings->uiScale.setValue(0); });
createWindowShortcut(this, "CTRL+0", [] { getApp()->settings->uiScale.setValue(0); });
// QTimer::this->scaleChangedEvent(this->getScale());
}