mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
osd: restore preview at end of cycling
...so that sub-views are shown in front of root ones.
This commit is contained in:
parent
79bca44cb1
commit
7704b595d3
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ keyboard_any_modifiers_pressed(struct wlr_keyboard *keyboard)
|
|||
static void
|
||||
end_cycling(struct server *server)
|
||||
{
|
||||
osd_preview_restore(server);
|
||||
if (server->osd_state.cycle_view) {
|
||||
desktop_focus_view(server->osd_state.cycle_view,
|
||||
/*raise*/ true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue