From 1f5549d396e322154ce5342756f5918c1098ff95 Mon Sep 17 00:00:00 2001 From: Gabriel Gouvine Date: Tue, 6 Jun 2023 16:59:31 +0200 Subject: [PATCH] Fix orientation handling --- etesian/src/EtesianEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etesian/src/EtesianEngine.cpp b/etesian/src/EtesianEngine.cpp index 5941c1ea..4bc56b9e 100644 --- a/etesian/src/EtesianEngine.cpp +++ b/etesian/src/EtesianEngine.cpp @@ -179,7 +179,7 @@ namespace { break; case CellOrientation::MX: orient = Transformation::Orientation::MX; - ty += cellBox.getWidth(); + tx += cellBox.getWidth(); break; /* case CellOrientation::R90: