mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Try to fix #977
This commit is contained in:
@@ -3379,7 +3379,13 @@ void GLCanvas3D::on_key_down(wxKeyEvent& evt)
|
||||
if (key == WXK_DELETE)
|
||||
m_on_remove_object_callback.call();
|
||||
else
|
||||
evt.Skip();
|
||||
{
|
||||
#ifdef __WXOSX__
|
||||
if (key == WXK_BACK)
|
||||
m_on_remove_object_callback.call();
|
||||
#endif
|
||||
evt.Skip();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user