Revert "Enable layered window by default."

This reverts commit 367675700f.

Reason for revert: This breaks some Qt Quick applications.
This commit is contained in:
Yuhang Zhao 2020-10-12 20:27:20 +08:00
parent 367675700f
commit 8bc4c0155a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public:
{
bool initialized = false /* Internal use only, don't modify it from outside */,
fixedSize = false, mouseTransparent = false, restoreDefaultWindowStyle = false,
enableLayeredWindow = true, disableTitleBar = false;
enableLayeredWindow = false, disableTitleBar = false;
int borderWidth = -1, borderHeight = -1, titleBarHeight = -1;
QList<QRect> ignoreAreas = {}, draggableAreas = {};
QList<QPointer<QObject>> ignoreObjects = {}, draggableObjects = {};