Test fix for showing window before configuration loading finished

pull/403/head
parent 4e8c4fb552
commit 0f2911681f

@ -954,6 +954,7 @@ void yon_main_window_create(main_window *widgets){
g_thread_new("fullscreen",(GThreadFunc)yon_maximize,widgets);
}
gtk_widget_show(widgets->MainWindow);
yon_window_config_load(path);
yon_window_config_add_instant_parameter("fullscreen","window",&fullscreen,YON_TYPE_BOOLEAN);
{

@ -676,7 +676,6 @@
<object class="GtkWindow" id="MainWindow">
<property name="width-request">750</property>
<property name="height-request">500</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="default-width">800</property>
<property name="default-height">500</property>

Loading…
Cancel
Save