aboutsummaryrefslogtreecommitdiff
path: root/src/imagedisplay.h
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-11-04 10:50:12 +0000
committerThomas White <taw27@cam.ac.uk>2008-11-04 10:50:12 +0000
commit7992f60bbb46bb8fff758b41e45f7dc28c31012e (patch)
tree3452ede7027b5635475c39803bf6d4fd61aae646 /src/imagedisplay.h
parenta38d93733759b5e515bc75378c0b4fc53aad0440 (diff)
Don't draw a scale bar on the summed image stack
Diffstat (limited to 'src/imagedisplay.h')
-rw-r--r--src/imagedisplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imagedisplay.h b/src/imagedisplay.h
index 3462a83..9933201 100644
--- a/src/imagedisplay.h
+++ b/src/imagedisplay.h
@@ -26,7 +26,8 @@ typedef enum {
IMAGEDISPLAY_SHOW_CENTRE = 1<<1,
IMAGEDISPLAY_SHOW_TILT_AXIS = 1<<2,
IMAGEDISPLAY_QUIT_IF_CLOSED = 1<<3,
- IMAGEDISPLAY_FREE = 1<<4
+ IMAGEDISPLAY_FREE = 1<<4,
+ IMAGEDISPLAY_SCALE_BAR = 1<<5
} ImageDisplayFlags;
typedef enum {