mirror of https://github.com/aseprite/aseprite.git
Show the timeline when we set its position from the LayoutSelector
This commit is contained in:
parent
544f711adc
commit
465574e2db
|
@ -85,6 +85,10 @@ private:
|
|||
{
|
||||
ButtonSet::onItemChange(item);
|
||||
ConfigureTimelinePopup::onChangeTimelinePosition(selectedItem());
|
||||
|
||||
// Show the timeline
|
||||
App::instance()->mainWindow()
|
||||
->setTimelineVisibility(true);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue