Navicube : Add missing 'Fit selection' menu entry.

This commit is contained in:
PaddleStroke
2024-03-11 18:10:24 +01:00
committed by Yorik van Havre
parent 241ce40b5f
commit 555d06e875

View File

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