aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--trace-graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-graph.c b/trace-graph.c
index 0eaa45a..8050226 100644
--- a/trace-graph.c
+++ b/trace-graph.c
@@ -827,6 +827,7 @@ button_press_event(GtkWidget *widget, GdkEventButton *event, gpointer data)
827 827
828 /* check for double click */ 828 /* check for double click */
829 if (event->type == GDK_2BUTTON_PRESS) { 829 if (event->type == GDK_2BUTTON_PRESS) {
830 stop_zoom_tip(ginfo);
830 if (ginfo->line_active) { 831 if (ginfo->line_active) {
831 ginfo->line_active = FALSE; 832 ginfo->line_active = FALSE;
832 clear_line(ginfo, ginfo->last_x); 833 clear_line(ginfo, ginfo->last_x);