re: review - fix spaces and rename Absolute2

This commit is contained in:
Gergely Mincsovics
2020-12-27 17:40:58 +01:00
parent 1c55328bf8
commit 88c7e729c4
4 changed files with 9 additions and 9 deletions

View File

@ -125,7 +125,7 @@ bool Axis::read( QTextStream &stream ) {
absolute = false;
}
else if (*it == "absolute") {
interpretation = Absolute2; // to avoid name collision with a #define Absolute
interpretation = AbsolutePos;
gradient = true;
absolute = true;
}