Stop emitting windowShown signal when XdgToplevelWindow is unminimized
Minimized state has no connection to the hidden state.
This commit is contained in:
parent
66a491bda6
commit
3f2b49be5d
1 changed files with 0 additions and 2 deletions
|
@ -713,8 +713,6 @@ void XdgToplevelWindow::doMinimize()
|
|||
if (m_isInitialized) {
|
||||
if (isMinimized()) {
|
||||
workspace()->windowHidden(this);
|
||||
} else {
|
||||
Q_EMIT windowShown(this);
|
||||
}
|
||||
}
|
||||
workspace()->updateMinimizedOfTransients(this);
|
||||
|
|
Loading…
Reference in a new issue