tree: update to latest version of wp_fractional_scale
This commit is contained in:
parent
e61d6ab074
commit
5b2eb5855a
22 changed files with 104 additions and 54 deletions
|
|
@ -9,6 +9,7 @@ use {
|
|||
},
|
||||
rect::Rect,
|
||||
render::{Renderer, Texture},
|
||||
scale::Scale,
|
||||
state::State,
|
||||
text,
|
||||
tree::{
|
||||
|
|
@ -85,7 +86,7 @@ pub struct ContainerRenderData {
|
|||
pub last_active_rect: Option<Rect>,
|
||||
pub border_rects: Vec<Rect>,
|
||||
pub underline_rects: Vec<Rect>,
|
||||
pub titles: SmallMapMut<Fixed, Vec<ContainerTitle>, 2>,
|
||||
pub titles: SmallMapMut<Scale, Vec<ContainerTitle>, 2>,
|
||||
}
|
||||
|
||||
pub struct ContainerNode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue