Changeset 275

Show
Ignore:
Timestamp:
05/16/07 09:50:01 (17 months ago)
Author:
jordi
Message:

Applied a patch by Igor Vagulin that makes the page scroll follow the mouse.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/PagePter.cxx

    r172 r275  
    184184    else 
    185185    { 
    186         view.scrollPage (m_DragInfo->scrollX, m_DragInfo->scrollY, 
     186        view.scrollPage (view.getHorizontalScroll (), view.getVerticalScroll (), 
    187187                         x - m_DragInfo->x, y - m_DragInfo->y); 
    188188    }