Redraw screen in after loading state from file

This commit is contained in:
Anish Moorthy 2021-09-14 20:06:37 -04:00
parent fffd574aae
commit 71ed1ca073
1 changed files with 1 additions and 0 deletions

View File

@ -712,6 +712,7 @@ static void LoadStateDialog(GSimpleAction *action, GVariant *parameter, gpointer
gtk_widget_destroy(pDialog);
} else {
g_simple_action_set_enabled(G_SIMPLE_ACTION(g_action_map_lookup_action(G_ACTION_MAP(pApp), "run")), TRUE);
RedrawScreen();
}
g_free(sPath);