forked from github_mirror/framelesshelper
Revert "Enable layered window by default."
This reverts commit 367675700f
.
Reason for revert: This breaks some Qt Quick applications.
This commit is contained in:
parent
367675700f
commit
8bc4c0155a
|
@ -52,7 +52,7 @@ public:
|
||||||
{
|
{
|
||||||
bool initialized = false /* Internal use only, don't modify it from outside */,
|
bool initialized = false /* Internal use only, don't modify it from outside */,
|
||||||
fixedSize = false, mouseTransparent = false, restoreDefaultWindowStyle = false,
|
fixedSize = false, mouseTransparent = false, restoreDefaultWindowStyle = false,
|
||||||
enableLayeredWindow = true, disableTitleBar = false;
|
enableLayeredWindow = false, disableTitleBar = false;
|
||||||
int borderWidth = -1, borderHeight = -1, titleBarHeight = -1;
|
int borderWidth = -1, borderHeight = -1, titleBarHeight = -1;
|
||||||
QList<QRect> ignoreAreas = {}, draggableAreas = {};
|
QList<QRect> ignoreAreas = {}, draggableAreas = {};
|
||||||
QList<QPointer<QObject>> ignoreObjects = {}, draggableObjects = {};
|
QList<QPointer<QObject>> ignoreObjects = {}, draggableObjects = {};
|
||||||
|
|
Loading…
Reference in New Issue