Remove opening emboss gizmo by shortcut 'T'

This commit is contained in:
Filip Sykala - NTB T15p 2022-11-09 12:45:42 +01:00
parent 02bfcc921a
commit 7cf99ba430
2 changed files with 0 additions and 3 deletions

View File

@ -436,8 +436,6 @@ bool GLGizmoEmboss::on_init()
m_rotate_gizmo.init();
ColorRGBA gray_color(.6f, .6f, .6f, .3f);
m_rotate_gizmo.set_highlight_color(gray_color);
m_shortcut_key = WXK_CONTROL_T;
return true;
}

View File

@ -154,7 +154,6 @@ void KBShortcutsDialog::fill_shortcuts()
{ "L", L("Gizmo FDM paint-on supports") },
{ "P", L("Gizmo FDM paint-on seam") },
{ "N", L("Gizmo Multi Material painting") },
{ "T", L("Gizmo Emboss Text / edit text")},
{ "Esc", L("Unselect gizmo or clear selection") },
{ "K", L("Change camera type (perspective, orthographic)") },
{ "B", L("Zoom to Bed") },