forked from quickshell/quickshell
fix: regression of default window color from white to black
This commit is contained in:
parent
1da43be6c0
commit
d967d56d3b
|
@ -3,6 +3,7 @@
|
|||
#include <qcolor.h>
|
||||
#include <qcontainerfwd.h>
|
||||
#include <qevent.h>
|
||||
#include <qnamespace.h>
|
||||
#include <qobject.h>
|
||||
#include <qqmllist.h>
|
||||
#include <qqmlparserstatus.h>
|
||||
|
@ -148,7 +149,7 @@ protected:
|
|||
bool mVisible = false;
|
||||
qint32 mWidth = 100;
|
||||
qint32 mHeight = 100;
|
||||
QColor mColor;
|
||||
QColor mColor = Qt::white;
|
||||
PendingRegion* mMask = nullptr;
|
||||
QQuickWindow* window = nullptr;
|
||||
|
||||
|
|
Loading…
Reference in a new issue