mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Store/restore emigui memory state (window positions, sizes etc)
This commit is contained in:
@@ -57,7 +57,7 @@ impl<'t> Widget for TextEdit<'t> {
|
||||
match event {
|
||||
Event::Copy | Event::Cut => {
|
||||
// TODO: cut
|
||||
region.ctx().output.lock().copied_text = self.text.clone();
|
||||
region.ctx().output().copied_text = self.text.clone();
|
||||
}
|
||||
Event::Text(text) => {
|
||||
if text == "\u{7f}" {
|
||||
|
||||
Reference in New Issue
Block a user