From c1cb7dc99db3e7c3d95d16f3443f5e9abe36cebc Mon Sep 17 00:00:00 2001 From: Tom <44948041+TomDoingArt@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:05:44 -0400 Subject: [PATCH] Update statusbar.cpp Update the statusbar to include the Ctrl+Alt+Shift hotkeys for the Brush Tool with the Range option active to draw an "Intermediate Stroke in Range". --- toonz/sources/toonz/statusbar.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toonz/sources/toonz/statusbar.cpp b/toonz/sources/toonz/statusbar.cpp index 9ccfd534..81af4642 100644 --- a/toonz/sources/toonz/statusbar.cpp +++ b/toonz/sources/toonz/statusbar.cpp @@ -197,6 +197,10 @@ std::unordered_map StatusBar::makeMap( spacer + tr("%1%2Allow or Disallow Snapping") .arg(trModKey("Ctrl+Shift")) + .arg(cmdTextSeparator) + + spacer + + tr("%1%2Intermediate Stroke in Range") + .arg(trModKey("Ctrl+Alt+Shift")) .arg(cmdTextSeparator)}); lMap.insert({"T_BrushSmartRaster", tr("Brush Tool : Draws in the work area freehand") + spacer +