ui/motif/container.c

branch
newapi
changeset 424
51e856688fba
parent 408
b06e43f1edd4
child 426
3eb26df703bf
--- a/ui/motif/container.c	Tue Dec 31 16:21:57 2024 +0100
+++ b/ui/motif/container.c	Tue Dec 31 17:22:16 2024 +0100
@@ -128,8 +128,6 @@
     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