diff dwtest.c @ 377:d8176c73a081

Fixes for drawing of the combobox on OS/2. It now queries the entryfield size when calculating the area to fill. Also, it checks the color set by the user on the parent box to use the correct fill color.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Apr 2003 23:00:35 +0000
parents 2216e65ad2ae
children 12b3980a41a2
line wrap: on
line diff
--- a/dwtest.c	Sun Apr 27 20:27:59 2003 +0000
+++ b/dwtest.c	Sun Apr 27 23:00:35 2003 +0000
@@ -436,7 +436,7 @@
 
 	dw_box_pack_start(lbbox, browsebox, 0, 0, TRUE, TRUE, 0);
 
-	entryfield = dw_entryfield_new("", 100L);
+	entryfield = dw_combobox_new("", 100L);
 
 	dw_entryfield_set_limit(entryfield, 260);