Decreate value since we now use doubles.

Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkspinbutton.c (EPSILON): Decreate value since
	we now use doubles.
This commit is contained in:
Owen Taylor 2002-01-23 19:51:43 +00:00 committed by Owen Taylor
parent 864cc237d4
commit 44d727eaa1
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 23 14:44:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (EPSILON): Decreate value since
we now use doubles.
Tue Jan 22 16:58:37 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug

View File

@ -1,3 +1,8 @@
Wed Jan 23 14:44:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (EPSILON): Decreate value since
we now use doubles.
Tue Jan 22 16:58:37 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug

View File

@ -1,3 +1,8 @@
Wed Jan 23 14:44:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (EPSILON): Decreate value since
we now use doubles.
Tue Jan 22 16:58:37 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug

View File

@ -1,3 +1,8 @@
Wed Jan 23 14:44:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (EPSILON): Decreate value since
we now use doubles.
Tue Jan 22 16:58:37 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug

View File

@ -1,3 +1,8 @@
Wed Jan 23 14:44:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (EPSILON): Decreate value since
we now use doubles.
Tue Jan 22 16:58:37 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug

View File

@ -1,3 +1,8 @@
Wed Jan 23 14:44:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (EPSILON): Decreate value since
we now use doubles.
Tue Jan 22 16:58:37 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug

View File

@ -1,3 +1,8 @@
Wed Jan 23 14:44:12 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkspinbutton.c (EPSILON): Decreate value since
we now use doubles.
Tue Jan 22 16:58:37 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug

View File

@ -44,7 +44,7 @@
#define SPIN_BUTTON_INITIAL_TIMER_DELAY 200
#define SPIN_BUTTON_TIMER_DELAY 20
#define MAX_TIMER_CALLS 5
#define EPSILON 1e-5
#define EPSILON 1e-10
#define MAX_DIGITS 20
enum {