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)