mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
alt-tab preview: restore functionality after move to scene-graph
This commit is contained in:
parent
296e58079f
commit
15a5b710db
7 changed files with 98 additions and 4 deletions
|
|
@ -203,6 +203,9 @@ desktop_cycle_view(struct server *server, struct view *start_view,
|
|||
/* Scene nodes are ordered like last node == displayed topmost */
|
||||
iter = dir == LAB_CYCLE_DIR_FORWARD ? get_prev_item : get_next_item;
|
||||
|
||||
/* Make sure to have all nodes in their actual ordering */
|
||||
osd_preview_restore(server);
|
||||
|
||||
do {
|
||||
list_item = iter(list_item);
|
||||
if (list_item == list_head) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue