forked from AuroraMiddleware/gtk
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:
parent
864cc237d4
commit
44d727eaa1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user