# HG changeset patch # User Kim F. Storm # Date 1171892529 0 # Node ID 8574ec9ac7c3a8048da9994d1313391fe947940d # Parent 6b709e9b87da95538a8d941816c69cc9f4c98771 Revert last change. diff -r 6b709e9b87da -r 8574ec9ac7c3 src/w32term.c --- a/src/w32term.c Mon Feb 19 13:39:33 2007 +0000 +++ b/src/w32term.c Mon Feb 19 13:42:09 2007 +0000 @@ -3478,18 +3478,6 @@ BOOL draggingp = !NILP (bar->dragging) ? TRUE : FALSE; SCROLLINFO si; - /* Dragging the w32 scroll-bar handle in a file like INSTALL.CVS - gives very odd scrolling behaviour with the code below which - "only updates page size if currently dragging". The cause - seems to be that the W32 api may "silently" adjust the thumb - position when the thumb page is change. - - So simply don't make any updates to the scroll-bar geometry - while dragging. KFS 2007-02-19. */ - - if (draggingp) - return; - if (whole) { #if 0