Fix timeline resize bug

This commit is contained in:
Jeremy Bullock 2020-09-03 16:12:15 -06:00
parent 8db50c500e
commit fcd9152247

View file

@ -1034,7 +1034,11 @@ void XsheetViewer::showEvent(QShowEvent *) {
SLOT(updateColumnArea()));
assert(ret);
refreshContentSize(0, 0);
positionSections();
refreshContentSize(0, 0);
updateAllAree();
changeWindowTitle();
}