Changeset 69
- Timestamp:
- 04/15/06 11:09:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/MainView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/MainView.cxx
r68 r69 383 383 gtk_image_set_from_pixbuf (GTK_IMAGE (m_PageView), pixbuf); 384 384 gdk_pixbuf_unref (pixbuf); 385 // Set the vertical scroll to the top of the page. 386 GtkAdjustment *adjustment = gtk_scrolled_window_get_vadjustment ( 387 GTK_SCROLLED_WINDOW (m_PageViewScroll)); 388 gtk_adjustment_set_value (adjustment, adjustment->lower); 385 389 } 386 390
