Show the timeline when we set its position from the LayoutSelector

This commit is contained in:
David Capello 2022-08-25 10:22:21 -03:00
parent 0c9836ac94
commit 899737b678
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ private:
{
ButtonSet::onItemChange(item);
ConfigureTimelinePopup::onChangeTimelinePosition(selectedItem());
// Show the timeline
App::instance()->mainWindow()
->setTimelineVisibility(true);
}
};