mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Missing container add for textbrowser
Needed to add gtk_container_add to add the text_view to the scroll window.
This commit is contained in:
parent
3f7d70ace3
commit
9b120f95a9
@ -203,6 +203,7 @@ static int Gtk3Gui_WTextBrowser_Setup(GWEN_WIDGET *w) {
|
||||
/* create widget */
|
||||
gs=gtk_scrolled_window_new(NULL, NULL);
|
||||
g=gtk_text_view_new();
|
||||
gtk_container_add(GTK_CONTAINER(gs), GTK_WIDGET(g));
|
||||
|
||||
if (s && *s) {
|
||||
GWEN_BUFFER *tbuf;
|
||||
|
Loading…
Reference in New Issue
Block a user