Redraw the whole screen after FullscreenPreview

This commit is contained in:
David Capello 2018-11-28 10:35:51 -03:00
parent 9af7366662
commit 95247255ac

View File

@ -285,6 +285,8 @@ void FullscreenPreviewCommand::onExecute(Context* context)
PreviewWindow window(context, editor);
window.openWindowInForeground();
app_refresh_screen();
}
Command* CommandFactory::createFullscreenPreviewCommand()