disabled custom window frame for now
This commit is contained in:
@@ -124,7 +124,8 @@ QWidget *BaseWindow::getLayoutContainer()
|
||||
bool BaseWindow::hasCustomWindowFrame()
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
return this->enableCustomFrame;
|
||||
// return this->enableCustomFrame;
|
||||
return false;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user