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 544f711adc
commit 465574e2db
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);
}
};