mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Continue playing the same tag in the Preview window after switching sprites (fix #2797)
This commit is contained in:
parent
bbec09c752
commit
33d0187dab
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user