mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Fixed a bug related to omnipresent icons in Clip
This commit is contained in:
@@ -2907,7 +2907,7 @@ execCommand(WAppIcon *btn, char *command, WSavedState *state)
|
||||
state->hidden = -1;
|
||||
state->miniaturized = -1;
|
||||
state->shaded = -1;
|
||||
if (btn->dock == scr->dock)
|
||||
if (btn->dock==scr->dock || btn->omnipresent)
|
||||
state->workspace = -1;
|
||||
else
|
||||
state->workspace = scr->current_workspace;
|
||||
|
||||
Reference in New Issue
Block a user