ENH:Gizmo shortcut key added

Change-Id: I4d089ef521b16d3ffedd07ba8b22043b899fe7b2
(cherry picked from commit 2f425b8321b3d24d24928185d0c33d54a3a9126b)
This commit is contained in:
xiangdong.yang 2022-07-28 10:15:33 +08:00 committed by Lane.Wei
parent 7ced9f4e23
commit cd907bbc9a
8 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@ GLGizmoFlatten::GLGizmoFlatten(GLCanvas3D& parent, const std::string& icon_filen
bool GLGizmoFlatten::on_init()
{
// BBS
m_shortcut_key = WXK_NONE;
m_shortcut_key = WXK_CONTROL_F;
return true;
}