tree: ensure that node is marked active after un-fullscreening
This commit is contained in:
parent
23f1aa5a31
commit
8c3106f631
5 changed files with 58 additions and 14 deletions
|
|
@ -35,6 +35,7 @@ mod t0006_region;
|
|||
mod t0007_subsurface;
|
||||
mod t0008_map_focus;
|
||||
mod t0009_tab_focus;
|
||||
mod t0010_fullscreen_focus;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -62,5 +63,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0007_subsurface,
|
||||
t0008_map_focus,
|
||||
t0009_tab_focus,
|
||||
t0010_fullscreen_focus,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue