mirror of
https://github.com/labwc/labwc.git
synced 2026-04-06 07:15:40 -04:00
Revert changes in osd_finish()
This commit is contained in:
parent
10255bb1c7
commit
8e90a1c946
1 changed files with 0 additions and 5 deletions
|
|
@ -197,11 +197,6 @@ osd_cycle(struct server *server, enum lab_cycle_dir direction)
|
|||
void
|
||||
osd_finish(struct server *server)
|
||||
{
|
||||
/* Unshade/unminimize the selected view if it's shaded */
|
||||
if (server->osd_state.cycle_view && server->osd_state.cycle_view->shaded) {
|
||||
view_set_shade(server->osd_state.cycle_view, false);
|
||||
}
|
||||
|
||||
restore_preview_node(server);
|
||||
seat_focus_override_end(&server->seat);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue