added new overlay for splits when you hold alt that does nothing yet

This commit is contained in:
fourtf
2018-05-08 15:12:04 +02:00
parent f695a41c6c
commit 463a1f1945
15 changed files with 274 additions and 12 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void BaseWidget::childEvent(QChildEvent *event)
void BaseWidget::showEvent(QShowEvent *)
{
this->scaleChangedEvent(this->getScale());
this->setScale(this->getScale());
this->themeRefreshEvent();
}