Merge pull request #1184 from TomDoingArt/Range_Intermediate_StatusBar_and_Tooltip

Range intermediate status bar and tooltip
This commit is contained in:
manongjohn 2023-07-08 09:24:37 -04:00 committed by GitHub
commit 56c3929586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,6 +197,10 @@ std::unordered_map<std::string, QString> StatusBar::makeMap(
spacer + spacer +
tr("%1%2Allow or Disallow Snapping") tr("%1%2Allow or Disallow Snapping")
.arg(trModKey("Ctrl+Shift")) .arg(trModKey("Ctrl+Shift"))
.arg(cmdTextSeparator) +
spacer +
tr("%1%2Intermediate Stroke in Range")
.arg(trModKey("Ctrl+Alt+Shift"))
.arg(cmdTextSeparator)}); .arg(cmdTextSeparator)});
lMap.insert({"T_BrushSmartRaster", lMap.insert({"T_BrushSmartRaster",
tr("Brush Tool : Draws in the work area freehand") + spacer + tr("Brush Tool : Draws in the work area freehand") + spacer +