tiling: Animate tree changes

This commit is contained in:
Victoria Brekenfeld 2023-05-12 20:01:37 +02:00
parent ea1b976076
commit 331b884f1e
23 changed files with 1641 additions and 395 deletions

View file

@ -66,6 +66,10 @@ fn main() -> Result<()> {
}
// trigger routines
data.state
.common
.shell
.update_animations(&data.state.common.event_loop_handle);
data.state.common.shell.refresh();
state::Common::refresh_focus(&mut data.state);