mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
skip switcher state when osd.show=no
This commit is contained in:
parent
5f668a82ee
commit
bfea2d2191
1 changed files with 6 additions and 0 deletions
|
|
@ -1143,6 +1143,12 @@ run_action(struct view *view, struct action *action,
|
|||
cycle_step(dir);
|
||||
} else {
|
||||
cycle_begin(dir, filter);
|
||||
if (!rc.window_switcher.osd.show) {
|
||||
cycle_finish(true);
|
||||
if (view && dir == LAB_CYCLE_DIR_FORWARD) {
|
||||
view_move_to_back(view);
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue