]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.c
When a window is the focus target and it is removed from the focus order, reset the...
[chaz/openbox] / openbox / focus_cycle.c
index 6d4cc2a5ea932188b4ff908e8051916b1036d6d1..93a9a9930ee1884743372b1ac2ff314f8500fb1e 100644 (file)
@@ -74,7 +74,7 @@ void focus_cycle_addremove(ObClient *c, gboolean redraw)
         gboolean v, s;
 
         v = focus_cycle_valid(c);
-        s = focus_cycle_popup_is_showing(c);
+        s = focus_cycle_popup_is_showing(c) || c == focus_cycle_target;
 
         if (v != s)
             focus_cycle_reorder();
This page took 0.016716 seconds and 4 git commands to generate.