mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
imgui: Fix char input handling
This commit is contained in:
parent
cb8677b310
commit
478032ad28
2 changed files with 10 additions and 7 deletions
|
@ -5231,8 +5231,8 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
|
|||
#if ENABLE_IMGUI
|
||||
auto imgui = wxGetApp().imgui();
|
||||
if (imgui->update_key_data(evt)) {
|
||||
return;
|
||||
render();
|
||||
return;
|
||||
}
|
||||
#endif // ENABLE_IMGUI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue