make sure is frameless
This commit is contained in:
parent
512aecb803
commit
3530130b19
@ -181,7 +181,7 @@ void DialogProxy::setVisible(const bool visible)
|
||||
} else {
|
||||
KWindowSystem::setOnAllDesktops(winId(), false);
|
||||
}
|
||||
setFlags(m_flags);
|
||||
setFlags(Qt::FramelessWindowHint|m_flags);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user