t"Invisible" spinbuttons under Win32 are invisible no more! - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c36a6062e5142238abd0af130b29d954e7c2b0dd
(DIR) parent d3d2f0f75126492241714d9a513c93518441e688
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Fri, 12 Oct 2001 21:58:05 +0000
"Invisible" spinbuttons under Win32 are invisible no more!
Diffstat:
M src/gtkport.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/gtkport.c b/src/gtkport.c
t@@ -3626,6 +3626,8 @@ GtkWidget *gtk_spin_button_new(GtkAdjustment *adjustment,gfloat climb_rate,
GtkSpinButton *spin;
spin=GTK_SPIN_BUTTON(GtkNewObject(&GtkSpinButtonClass));
+ GTK_ENTRY(spin)->is_visible = TRUE;
+
gtk_spin_button_set_adjustment(spin,adjustment);
return GTK_WIDGET(spin);