Try gdouble here, to see if it removes "gdouble to gfloat" warnings with

MSVC.

svn path=/trunk/; revision=43731
This commit is contained in:
Guy Harris 2012-07-15 21:19:42 +00:00
parent 951fd55af3
commit 6bf7a66b29
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ bytes_view_scroll(GtkWidget *widget, GdkEventScroll *event)
{
BytesView *bv = BYTES_VIEW(widget);
gfloat new_value;
gdouble new_value;
if (event->direction == GDK_SCROLL_UP) { /* mouse wheel pageUp */
bytes_view_ensure_vadj(bv);