Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenricoturri1966 <enricoturri@seznam.cz>2020-10-22 12:01:30 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2020-10-22 12:01:30 +0300
commit844ec8447dec1b62ffabd05cc66aae36eb18e904 (patch)
treec9fc516642a8c3fede11b370bbf98628b99aea35 /src/slic3r/GUI/KBShortcutsDialog.cpp
parent0e04c8487984de27e00ce39dc1a141f6bfc3577a (diff)
ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS set as default
Diffstat (limited to 'src/slic3r/GUI/KBShortcutsDialog.cpp')
-rw-r--r--src/slic3r/GUI/KBShortcutsDialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/KBShortcutsDialog.cpp b/src/slic3r/GUI/KBShortcutsDialog.cpp
index e2a6991d9..7c7069315 100644
--- a/src/slic3r/GUI/KBShortcutsDialog.cpp
+++ b/src/slic3r/GUI/KBShortcutsDialog.cpp
@@ -190,9 +190,7 @@ void KBShortcutsDialog::fill_shortcuts()
m_full_shortcuts.push_back(std::make_pair(_L("Plater"), plater_shortcuts));
Shortcuts gizmos_shortcuts = {
-#if ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS
{ ctrl, L("All gizmos: Press to rotate view with mouse left or to pan view with mouse right") },
-#endif // ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS
{ "Shift+", L("Gizmo move: Press to snap by 1mm") },
{ "Shift+", L("Gizmo scale: Press to snap by 5%") },
{ "F", L("Gizmo scale: Scale selection to fit print volume") },