Add Std_AlignToSelevtion to menu and context menu

This commit is contained in:
Max Wilfinger
2024-05-28 14:46:48 +02:00
committed by Chris Hennes
parent 5f601eb6c7
commit d960f12c25
2 changed files with 6 additions and 6 deletions

View File

@@ -1229,6 +1229,7 @@ QMenu* NaviCubeImplementation::createNaviCubeMenu() {
commands.emplace_back("Separator");
commands.emplace_back("Std_ViewFitAll");
commands.emplace_back("Std_ViewFitSelection");
commands.emplace_back("Std_AlignToSelection");
commands.emplace_back("Separator");
commands.emplace_back("NaviCubeDraggableCmd");
}