Fix orientation handling
This commit is contained in:
parent
3d43a25bb4
commit
fb6979db19
|
@ -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