summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.h b/src/desktop.h
index 5e1bca975..a8d93278b 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -553,7 +553,7 @@ private:
private:
void _update() {
- _d2w = _rotate * _scale * _flip;
+ _d2w = _scale * _rotate * _flip;
_w2d = _d2w.inverse();
}
Geom::Affine _w2d; // Window to desktop