mirror of https://github.com/odrling/Aegisub
Update the grid scrollbar after dialogue count changes
This commit is contained in:
parent
1b0c1902d5
commit
f07a2559b8
|
@ -236,6 +236,7 @@ void BaseGrid::UpdateMaps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
SetColumnWidths();
|
SetColumnWidths();
|
||||||
|
AdjustScrollbar();
|
||||||
Refresh(false);
|
Refresh(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue