Fixed crash upon starting

Fixes issue #304
This commit is contained in:
Cranken
2018-04-02 11:46:56 +02:00
committed by fourtf
parent f820024fd5
commit e5c852ecba
+1 -1
View File
@@ -148,7 +148,7 @@ QWidget *BaseWindow::getLayoutContainer()
bool BaseWindow::hasCustomWindowFrame()
{
#ifdef Q_OS_WIN
#ifdef USEWINSDK
return this->enableCustomFrame;
#else
return false;