Add ALT to Polyline statusbar

This commit is contained in:
manongjohn 2022-01-26 15:00:47 -05:00
parent 351500a762
commit 8a41724e36

View file

@ -254,6 +254,10 @@ std::unordered_map<std::string, QString> StatusBar::makeMap(
spacer +
tr("%1%2Snap to Angle")
.arg(trModKey("Shift"))
.arg(cmd2TextSeparator) +
spacer +
tr("%1%2Change Curve Handle Angle")
.arg(trModKey("Alt"))
.arg(cmd2TextSeparator) });
lMap.insert({"T_GeometricVector",
tr("Geometry Tool: Draws geometric shapes") + spacer +