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