From 0ddf9385344060e8ff419a7676a03896e463812d Mon Sep 17 00:00:00 2001 From: DSCaskey <31944718+DSCaskey@users.noreply.github.com> Date: Sun, 16 Jan 2022 13:43:57 -0500 Subject: [PATCH] fix: move item in history dialog This fixes the move attribute in the history dialog --- src/app/seamly2d/dialogs/dialoghistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/seamly2d/dialogs/dialoghistory.cpp b/src/app/seamly2d/dialogs/dialoghistory.cpp index adba450618a4..11f4b9d2ac83 100644 --- a/src/app/seamly2d/dialogs/dialoghistory.cpp +++ b/src/app/seamly2d/dialogs/dialoghistory.cpp @@ -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