Update the grid scrollbar after dialogue count changes

This commit is contained in:
Thomas Goyne 2014-03-27 18:49:16 -07:00
parent 1b0c1902d5
commit f07a2559b8

View file

@ -236,6 +236,7 @@ void BaseGrid::UpdateMaps() {
}
SetColumnWidths();
AdjustScrollbar();
Refresh(false);
}