Fix initialization order for DialogProxy.
This commit is contained in:
parent
f432b46fbd
commit
b590226a24
@ -61,8 +61,8 @@ QString locString(const Plasma::Types::Location l) {
|
|||||||
|
|
||||||
DialogProxy::DialogProxy(QQuickItem *parent)
|
DialogProxy::DialogProxy(QQuickItem *parent)
|
||||||
: QQuickWindow(),
|
: QQuickWindow(),
|
||||||
m_activeWindow(false),
|
m_location(Plasma::Types::TopEdge),
|
||||||
m_location(Plasma::Types::TopEdge)
|
m_activeWindow(false)
|
||||||
{
|
{
|
||||||
QSurfaceFormat format;
|
QSurfaceFormat format;
|
||||||
format.setAlphaBufferSize(8);
|
format.setAlphaBufferSize(8);
|
||||||
|
Loading…
Reference in New Issue
Block a user