Fix Timeline scroll problem when we switch between documents

This commit is contained in:
David Capello 2015-04-10 10:02:24 -03:00
parent 07ff2bb99b
commit 5ad65eab39

View File

@ -181,6 +181,10 @@ void Timeline::updateUsingEditor(Editor* editor)
setFocusStop(true);
regenerateLayers();
setScroll(
m_scroll_x,
m_scroll_y);
showCurrentCel();
}
void Timeline::detachDocument()