mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
Error in trace file, gtk_box_pack: assertion failed
In create_list_widget there was a duplicate set of lines that were trying to pack the view into the same box widget.
This commit is contained in:
parent
b843dac2d1
commit
6d390dc6b4
@ -1986,11 +1986,6 @@ create_list_widget(GncOption& option, char *name)
|
||||
|
||||
g_object_set (G_OBJECT(hbox), "margin", 3, NULL);
|
||||
|
||||
option.set_ui_item(std::make_unique<GncGtkListUIItem>(GTK_WIDGET(view)));
|
||||
option.set_ui_item_from_option();
|
||||
|
||||
gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(view), FALSE, FALSE, 0);
|
||||
|
||||
return frame;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user