Skip to content

Commit

Permalink
Merge pull request FashionFreedom#576 from FashionFreedom/issue#575-m…
Browse files Browse the repository at this point in the history
…ove-error-in-history-dialog

fix: move item in history dialog
  • Loading branch information
slspencer authored Jan 16, 2022
2 parents 5a5ea83 + 0ddf938 commit 856e5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/seamly2d/dialogs/dialoghistory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ QString DialogHistory::Record(const VToolRecord &tool)
doc->GetParametrString(domElem, AttrSuffix, QString()));
case Tool::Move:
return tr("Move objects, rotate around point %1. Suffix '%2'")
.arg(PointName(AttrUInt(domElem, AttrRotationAngle)),
.arg(PointName(AttrUInt(domElem, AttrCenter)),
doc->GetParametrString(domElem, AttrSuffix, QString()));

//Because "history" not only show history of pattern, but help restore current data for each pattern's
Expand Down

0 comments on commit 856e5b1

Please sign in to comment.