1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 23:44:33 +03:00

eeshow/gui/history.c (click_history): must go_to_sheet to switch to revision

... also if we don't diff.
This commit is contained in:
Werner Almesberger 2016-08-21 12:50:00 -03:00
parent b6821089a5
commit 3e5c229291

View File

@ -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)