mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
s/focused_view/active_view/
This commit is contained in:
parent
447c67df62
commit
3a959cc74b
9 changed files with 28 additions and 24 deletions
|
|
@ -599,7 +599,7 @@ view_for_action(struct view *activator, struct server *server,
|
|||
return ctx.view;
|
||||
}
|
||||
default:
|
||||
return server->focused_view;
|
||||
return server->active_view;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue