mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 12:25:53 +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->hidden = -1;
|
||||||
state->miniaturized = -1;
|
state->miniaturized = -1;
|
||||||
state->shaded = -1;
|
state->shaded = -1;
|
||||||
if (btn->dock == scr->dock)
|
if (btn->dock==scr->dock || btn->omnipresent)
|
||||||
state->workspace = -1;
|
state->workspace = -1;
|
||||||
else
|
else
|
||||||
state->workspace = scr->current_workspace;
|
state->workspace = scr->current_workspace;
|
||||||
|
|||||||
Reference in New Issue
Block a user