Fix orientation handling

This commit is contained in:
Gabriel Gouvine 2023-06-06 16:59:31 +02:00
parent 3d43a25bb4
commit fb6979db19
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ namespace {
break;
case CellOrientation::MX:
orient = Transformation::Orientation::MX;
ty += cellBox.getWidth();
tx += cellBox.getWidth();
break;
/*
case CellOrientation::R90: