mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
- Fixed problem with unhiding taht mapped windows from other workspaces
on the current workspace. - Made apps with an application menu not to use a shared appicon.
This commit is contained in:
@@ -828,7 +828,7 @@ hideCallback(WMenu *menu, WMenuEntry *entry)
|
||||
wapp = wApplicationOf(btn->icon->owner->main_window);
|
||||
|
||||
if (wapp->flags.hidden) {
|
||||
wWorkspaceChange(btn->icon->core->screen_ptr,wapp->last_workspace);
|
||||
wWorkspaceChange(btn->icon->core->screen_ptr, wapp->last_workspace);
|
||||
wUnhideApplication(wapp, False, False);
|
||||
} else {
|
||||
wHideApplication(wapp);
|
||||
|
||||
Reference in New Issue
Block a user