minor fix
This commit is contained in:
parent
bf4a4b1ce3
commit
59761a0f25
1 changed files with 2 additions and 3 deletions
|
@ -55,10 +55,9 @@ void Iconmenu::itemSelected(int button, int index) {
|
||||||
if (index >= 0 && index < screen->getIconCount()) {
|
if (index >= 0 && index < screen->getIconCount()) {
|
||||||
FluxboxWindow *win = screen->getIcon(index);
|
FluxboxWindow *win = screen->getIcon(index);
|
||||||
|
|
||||||
if (win) {
|
if (win)
|
||||||
win->deiconify();
|
win->deiconify();
|
||||||
win->setInputFocus();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! (screen->getWorkspacemenu()->isTorn() || isTorn()))
|
if (! (screen->getWorkspacemenu()->isTorn() || isTorn()))
|
||||||
|
|
Loading…
Reference in a new issue