mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Redraw the whole screen after FullscreenPreview
This commit is contained in:
parent
9af7366662
commit
95247255ac
@ -285,6 +285,8 @@ void FullscreenPreviewCommand::onExecute(Context* context)
|
||||
|
||||
PreviewWindow window(context, editor);
|
||||
window.openWindowInForeground();
|
||||
|
||||
app_refresh_screen();
|
||||
}
|
||||
|
||||
Command* CommandFactory::createFullscreenPreviewCommand()
|
||||
|
Loading…
Reference in New Issue
Block a user