aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-07-31 17:08:59 +0200
committerThomas White <taw@physics.org>2013-07-31 17:08:59 +0200
commitfc488f0bb181eb0969d67caa4efea2c773717d5b (patch)
treec37ac20e16fadfb9973cccaa4c0ef2e8fc15487b /src
parent08183502b3bd76687754bbfd35d7fd7d510d3d60 (diff)
hdfsee: Show simple rings even if not using detector geometry
Diffstat (limited to 'src')
-rw-r--r--src/dw-hdfsee.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index 14bab02c..74db71bb 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -190,8 +190,6 @@ static void show_ring(cairo_t *cr, DisplayWindow *dw,
static void show_simple_ring(cairo_t *cr, DisplayWindow *dw,
double d, cairo_matrix_t *basic_m)
{
- if ( !dw->use_geom ) return;
-
cairo_identity_matrix(cr);
cairo_translate(cr, -dw->min_x/dw->binning,
dw->max_y/dw->binning);