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