Always update column widths after a new line is added or removed
Originally committed to SVN as r5762.
This commit is contained in:
parent
f875938ee4
commit
f29e889776
1 changed files with 1 additions and 2 deletions
|
@ -248,7 +248,6 @@ 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);
|
||||||
|
|
Loading…
Reference in a new issue