mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 23:05:21 +02: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:
parent
b6821089a5
commit
3e5c229291
@ -154,6 +154,8 @@ static void click_history(void *user)
|
|||||||
else
|
else
|
||||||
render_delta(ctx);
|
render_delta(ctx);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
go_to_sheet(ctx, sheet);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ctx->old_hist == ctx->new_hist)
|
if (ctx->old_hist == ctx->new_hist)
|
||||||
|
Loading…
Reference in New Issue
Block a user