From 3e5c229291cfa35d0b31a51cc277e96282a7d100 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 21 Aug 2016 12:50:00 -0300 Subject: [PATCH] eeshow/gui/history.c (click_history): must go_to_sheet to switch to revision ... also if we don't diff. --- eeshow/gui/history.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eeshow/gui/history.c b/eeshow/gui/history.c index d7d8d19..e17b8c3 100644 --- a/eeshow/gui/history.c +++ b/eeshow/gui/history.c @@ -154,6 +154,8 @@ static void click_history(void *user) else render_delta(ctx); } + } else { + go_to_sheet(ctx, sheet); } if (ctx->old_hist == ctx->new_hist)