re: review - fix spaces and rename Absolute2
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user