use the flag not the function
This commit is contained in:
parent
0d209464b1
commit
1e5bbca8a8
1 changed files with 1 additions and 1 deletions
|
@ -2056,7 +2056,7 @@ void BlackboxWindow::setFocusFlag(bool focus) {
|
||||||
else timer->stop();
|
else timer->stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isFocused())
|
if (flags.focused)
|
||||||
blackbox->setFocusedWindow(this);
|
blackbox->setFocusedWindow(this);
|
||||||
|
|
||||||
if (! flags.iconic) {
|
if (! flags.iconic) {
|
||||||
|
|
Loading…
Reference in a new issue