tree: allow floats to be pinned
This commit is contained in:
parent
3e6640f0ca
commit
65a66c2e26
28 changed files with 528 additions and 36 deletions
|
|
@ -28,7 +28,6 @@ pub enum IconState {
|
|||
Passive,
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
pub struct SizedIcons {
|
||||
pub pin_unfocused_title: StaticMap<IconState, Rc<dyn GfxTexture>>,
|
||||
pub pin_focused_title: StaticMap<IconState, Rc<dyn GfxTexture>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue