mirror of https://github.com/odrling/Aegisub
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
|
@ -248,8 +248,7 @@ void BaseGrid::UpdateMaps(bool preserve_selected_rows) {
|
|||
|
||||
EndBatch();
|
||||
|
||||
if ((int)log10((double)old_diag_count) != (int)log10((double)index_line_map.size()))
|
||||
SetColumnWidths();
|
||||
SetColumnWidths();
|
||||
|
||||
Refresh(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue