mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Various small improvements
This commit is contained in:
@@ -23,9 +23,8 @@ pub struct Memory {
|
||||
/// The widget being interacted with (e.g. dragged, in case of a slider).
|
||||
pub(crate) active_id: Option<Id>,
|
||||
|
||||
/// Which foldable regions are open.
|
||||
// states of various types of widgets
|
||||
pub(crate) foldables: HashMap<Id, FoldableState>,
|
||||
|
||||
windows: HashMap<Id, WindowState>,
|
||||
|
||||
/// Top is last
|
||||
|
||||
Reference in New Issue
Block a user