Always update column widths after a new line is added or removed

Originally committed to SVN as r5762.
This commit is contained in:
Thomas Goyne 2011-10-23 17:00:26 +00:00
parent f875938ee4
commit f29e889776

View file

@ -248,8 +248,7 @@ void BaseGrid::UpdateMaps(bool preserve_selected_rows) {
EndBatch(); EndBatch();
if ((int)log10((double)old_diag_count) != (int)log10((double)index_line_map.size())) SetColumnWidths();
SetColumnWidths();
Refresh(false); Refresh(false);
} }