mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Gizmos' shortcut not requiring shift key pressed
This commit is contained in:
@@ -4311,7 +4311,7 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
|
|||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
#if ENABLE_GIZMOS_SHORTCUT
|
#if ENABLE_GIZMOS_SHORTCUT
|
||||||
if (evt.ShiftDown() && m_gizmos.handle_shortcut(keyCode, m_selection))
|
if (m_gizmos.handle_shortcut(keyCode, m_selection))
|
||||||
{
|
{
|
||||||
_update_gizmos_data();
|
_update_gizmos_data();
|
||||||
render();
|
render();
|
||||||
|
|||||||
Reference in New Issue
Block a user