ui/motif/container.c

branch
newapi
changeset 408
b06e43f1edd4
parent 407
8ea123dd89db
--- a/ui/motif/container.c	Wed Dec 04 20:36:16 2024 +0100
+++ b/ui/motif/container.c	Thu Dec 05 08:40:37 2024 +0100
@@ -128,6 +128,8 @@
     Arg xargs[16];
     int n = 0;
     
+    XtSetArg(xargs[n], XmNbackground, 0); n++;
+    
     UiContainerPrivate *ctn = ui_obj_container(obj);
     UI_APPLY_LAYOUT(ctn->layout, args);
     

mercurial