Make the focus cycle indicator follow target fallback in the popup
This commit is contained in:
parent
14180a6b0d
commit
bd864012cd
1 changed files with 2 additions and 4 deletions
|
@ -75,10 +75,8 @@ void focus_cycle_addremove(ObClient *c, gboolean redraw)
|
|||
v = focus_cycle_valid(c);
|
||||
s = focus_cycle_popup_is_showing(c);
|
||||
|
||||
if (v != s) {
|
||||
focus_cycle_target =
|
||||
focus_cycle_popup_refresh(focus_cycle_target, redraw);
|
||||
}
|
||||
if (v != s)
|
||||
focus_cycle_reorder();
|
||||
}
|
||||
else if (redraw) {
|
||||
focus_cycle_reorder();
|
||||
|
|
Loading…
Reference in a new issue