Continue playing the same tag in the Preview window after switching sprites (fix #2797)

This commit is contained in:
Joshua Ogunyinka 2021-08-26 07:35:10 +04:00 committed by David Capello
parent bbec09c752
commit 33d0187dab

View File

@ -112,8 +112,8 @@ void UIContext::setActiveView(DocView* docView)
else
current_editor = nullptr;
mainWin->getPreviewEditor()->updateUsingEditor(current_editor);
mainWin->getTimeline()->updateUsingEditor(current_editor);
mainWin->getPreviewEditor()->updateUsingEditor(current_editor);
// Change the image-type of color bar.
ColorBar::instance()->setPixelFormat(app_get_current_pixel_format());