Fix orientation handling
This commit is contained in:
parent
62e7640a37
commit
1f5549d396
|
@ -179,7 +179,7 @@ namespace {
|
||||||
break;
|
break;
|
||||||
case CellOrientation::MX:
|
case CellOrientation::MX:
|
||||||
orient = Transformation::Orientation::MX;
|
orient = Transformation::Orientation::MX;
|
||||||
ty += cellBox.getWidth();
|
tx += cellBox.getWidth();
|
||||||
break;
|
break;
|
||||||
/*
|
/*
|
||||||
case CellOrientation::R90:
|
case CellOrientation::R90:
|
||||||
|
|
Loading…
Reference in New Issue