Editor Fixes #5

Merged
joe merged 7 commits from editor-fixes into main 2022-10-20 01:52:59 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 6d67b476c4 - Show all commits

View File

@ -545,6 +545,9 @@ impl Widget<EditorData> for AbacusEditor {
ctx.request_paint();
}
}
Event::WindowConnected => {
ctx.request_focus();
}
_ => {}
}
}