mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Follow-up of 32dc4709a4
-> A more general fix
This commit is contained in:
parent
ed2bad6709
commit
7f589e79f7
4 changed files with 16 additions and 6 deletions
|
@ -2264,12 +2264,7 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
|
|||
return;
|
||||
|
||||
if (m_gizmos.on_char(evt))
|
||||
{
|
||||
// FIXME: Without the following call to render(), the gimgui dialogs are not shown the first time the user tries to open them using the keyboard shortcuts
|
||||
// (it looks like as if 2 render calls are needed before they show up)
|
||||
render();
|
||||
return;
|
||||
}
|
||||
|
||||
//#ifdef __APPLE__
|
||||
// ctrlMask |= wxMOD_RAW_CONTROL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue