]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkscale.h
Revert the last changes to make the number of digits only effect drawing,
[~andy/gtk] / gtk / gtkscale.h
index ecc028c60b93de385fc0685a744c9308c6f5d341..7bfca7d77e87ae41a607398579d9aaa6e8bfef19 100644 (file)
@@ -52,7 +52,7 @@ struct _GtkScale
 {
   GtkRange range;
 
-  gint  draw_digits;
+  gint digits;
   guint draw_value : 1;
   guint value_pos : 2;
 };