summaryrefslogtreecommitdiff
path: root/riscos/save_draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/save_draw.c')
-rw-r--r--riscos/save_draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/save_draw.c b/riscos/save_draw.c
index 05ef8defb..5d06d508f 100644
--- a/riscos/save_draw.c
+++ b/riscos/save_draw.c
@@ -167,6 +167,8 @@ bool save_as_draw(struct content *c, const char *path)
draw_clip_x1 = A4PAGEWIDTH;
draw_clip_y1 = draw_plot_origin_y;
+ current_redraw_browser = NULL; /* we don't want to save the selection */
+
if (!drawbuf_group_begin("page"))
goto draw_save_error;