mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Composite functions not required for GncDenseCal
This commit is contained in:
parent
a6fd7f85d3
commit
c7f3994fe3
@ -264,7 +264,6 @@ gnc_dense_cal_init(GncDenseCal *dcal)
|
||||
GtkStyleContext *context;
|
||||
gboolean colorAllocSuccess[MAX_COLORS];
|
||||
|
||||
gtk_widget_push_composite_child();
|
||||
|
||||
context = gtk_widget_get_style_context (GTK_WIDGET(dcal));
|
||||
gtk_style_context_add_class (context,"GncDenseCal");
|
||||
@ -466,8 +465,6 @@ gnc_dense_cal_init(GncDenseCal *dcal)
|
||||
g_strfreev(parts);
|
||||
}
|
||||
|
||||
gtk_widget_pop_composite_child();
|
||||
|
||||
gtk_widget_show_all(GTK_WIDGET(dcal));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user