diff options
author | Thomas White <taw@physics.org> | 2013-07-31 17:08:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-07-31 17:08:59 +0200 |
commit | fc488f0bb181eb0969d67caa4efea2c773717d5b (patch) | |
tree | c37ac20e16fadfb9973cccaa4c0ef2e8fc15487b /src/dw-hdfsee.c | |
parent | 08183502b3bd76687754bbfd35d7fd7d510d3d60 (diff) |
hdfsee: Show simple rings even if not using detector geometry
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r-- | src/dw-hdfsee.c | 2 |
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); |