fix minimization
This commit is contained in:
parent
eada20a2c0
commit
197fefe7e4
1 changed files with 2 additions and 0 deletions
|
@ -1407,6 +1407,7 @@ void FluxboxWindow::iconify() {
|
|||
return;
|
||||
|
||||
iconic = true;
|
||||
m_statesig.notify();
|
||||
|
||||
hide(true);
|
||||
|
||||
|
@ -1452,6 +1453,7 @@ void FluxboxWindow::deiconify(bool reassoc, bool do_raise) {
|
|||
bool was_iconic = iconic;
|
||||
|
||||
iconic = false;
|
||||
m_statesig.notify();
|
||||
|
||||
if (reassoc && !m_client->transients.empty()) {
|
||||
// deiconify all transients
|
||||
|
|
Loading…
Reference in a new issue