aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dw-hdfsee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index bc02c543..96fe19a1 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -134,7 +134,7 @@ static void draw_panel_rectangle(cairo_t *cr, cairo_matrix_t *basic_m,
rint(p.cny/dw->binning));
/* Twiddle directions according to matrix */
- cairo_matrix_init(&m, rint(p.fsx), rint(p.fsy), rint(p.ssx), rint(p.ssy),
+ cairo_matrix_init(&m, p.fsx, p.fsy, p.ssx, p.ssy,
0.0, 0.0);
cairo_transform(cr, &m);