1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Improve window throwing

This commit is contained in:
Emil Ernerfeldt
2020-05-17 17:44:18 +02:00
parent 84099b24c9
commit d123d7e9c6
3 changed files with 43 additions and 52 deletions

View File

@@ -25,7 +25,7 @@ pub struct Memory {
pub(crate) text_edit: HashMap<Id, text_edit::State>,
#[serde(skip)]
pub(crate) frame_interaction: Option<window::FrameInteraction>,
pub(crate) window_interaction: Option<window::WindowInteraction>,
pub(crate) areas: Areas,
}