emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c,v
Date: Mon, 19 Feb 2007 13:42:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/02/19 13:42:10

Index: w32term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32term.c,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -b -r1.257 -r1.258
--- w32term.c   19 Feb 2007 10:56:04 -0000      1.257
+++ w32term.c   19 Feb 2007 13:42:09 -0000      1.258
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]