tree: use trunc instead of round when scrolling containers
This commit is contained in:
parent
b7831e1019
commit
ec9710983c
14 changed files with 70 additions and 6 deletions
|
|
@ -40,6 +40,7 @@ mod t0011_set_keymap;
|
|||
mod t0012_subsurface_focus;
|
||||
mod t0013_graphics_initialized;
|
||||
mod t0014_container_scroll_focus;
|
||||
mod t0015_scroll_partial;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -72,5 +73,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0012_subsurface_focus,
|
||||
t0013_graphics_initialized,
|
||||
t0014_container_scroll_focus,
|
||||
t0015_scroll_partial,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue