hide the desktop popup when showing the directional focus popup too
This commit is contained in:
parent
57b50c3ec9
commit
78add17077
1 changed files with 1 additions and 0 deletions
|
@ -520,6 +520,7 @@ void focus_cycle_popup_single_show(struct _ObClient *c,
|
|||
text = popup_get_name(c);
|
||||
icon_popup_show(single_popup, text, client_icon(c, ICON_SIZE, ICON_SIZE));
|
||||
g_free(text);
|
||||
screen_hide_desktop_popup();
|
||||
}
|
||||
|
||||
void focus_cycle_popup_single_hide()
|
||||
|
|
Loading…
Reference in a new issue