mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Change Ctrl+A behavior from all plates to current plate only (#12236)
Change CTRL-A behavior from ALL Plates to current plate only
This commit is contained in:
@@ -3273,7 +3273,7 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
|
|||||||
case WXK_CONTROL_A:
|
case WXK_CONTROL_A:
|
||||||
#endif /* __APPLE__ */
|
#endif /* __APPLE__ */
|
||||||
if (!is_in_painting_mode && !m_layers_editing.is_enabled())
|
if (!is_in_painting_mode && !m_layers_editing.is_enabled())
|
||||||
post_event(SimpleEvent(EVT_GLCANVAS_SELECT_ALL));
|
post_event(SimpleEvent(EVT_GLCANVAS_SELECT_CURR_PLATE_ALL));
|
||||||
break;
|
break;
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
case 'c':
|
case 'c':
|
||||||
|
|||||||
Reference in New Issue
Block a user