ServerContextService: Show keyboard when everything else is set up

This avoids some flickering.
This commit is contained in:
Guido Günther
2019-07-15 18:33:13 +02:00
parent 078efa2a6e
commit 0a112be956

View File

@ -362,6 +362,7 @@ server_context_service_real_show_keyboard (EekboardContextService *_context)
EEKBOARD_CONTEXT_SERVICE_CLASS (server_context_service_parent_class)->
show_keyboard (_context);
gtk_widget_show_all (context->window);
}
static void