Fix orientation handling

This commit is contained in:
Gabriel Gouvine 2023-06-06 16:59:31 +02:00
parent 62e7640a37
commit 1f5549d396
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: