added split resizing and splitting

This commit is contained in:
fourtf
2018-05-16 14:55:45 +02:00
parent 28fb877020
commit 5b26cdaa07
9 changed files with 856 additions and 629 deletions
-1
View File
@@ -27,7 +27,6 @@ BaseWidget::~BaseWidget()
float BaseWidget::getScale() const
{
// return 1.f;
BaseWidget *baseWidget = dynamic_cast<BaseWidget *>(this->window());
if (baseWidget == nullptr) {