mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
various bug fixes
This commit is contained in:
@@ -968,8 +968,10 @@ wShowInfoPanel(WScreen *scr)
|
||||
|
||||
|
||||
if (thePanel) {
|
||||
wRaiseFrame(thePanel->wwin->frame->core);
|
||||
wSetFocusTo(scr, thePanel->wwin);
|
||||
if (thePanel->scr == scr) {
|
||||
wRaiseFrame(thePanel->wwin->frame->core);
|
||||
wSetFocusTo(scr, thePanel->wwin);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user