mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 05:22:01 +08:00
Try to fix #977
This commit is contained in:
parent
68cd51435f
commit
ee4f2cf549
@ -3379,8 +3379,14 @@ void GLCanvas3D::on_key_down(wxKeyEvent& evt)
|
||||
if (key == WXK_DELETE)
|
||||
m_on_remove_object_callback.call();
|
||||
else
|
||||
{
|
||||
#ifdef __WXOSX__
|
||||
if (key == WXK_BACK)
|
||||
m_on_remove_object_callback.call();
|
||||
#endif
|
||||
evt.Skip();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Size GLCanvas3D::get_canvas_size() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user