Changeset 302 for trunk/src/gtk/PageView.cxx
- Timestamp:
- 01/25/08 08:41:42 (12 months ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/PageView.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/PageView.cxx
r301 r302 528 528 g_assert ( NULL != data && "The data parameter is NULL."); 529 529 530 // don't scroll when the CRTL-Button is down, because then the page should 531 // actually be zoomed and not scrolled. Zooming is handelt by the MainView 532 // class. 533 if ( event->state & GDK_CONTROL_MASK ) 534 { 535 return FALSE; 536 } 530 537 PagePter *pter = (PagePter *)data; 531 538 GtkAdjustment *adjustment =
