Browse Source

* Fix mouse expand/retract

git-svn-id: trunk@3732 -
daniel 19 years ago
parent
commit
a29ab3cf48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fv/outline.pas

+ 1 - 1
fv/outline.pas

@@ -507,7 +507,7 @@ begin
           if foc<>new_focus then
           if foc<>new_focus then
             set_focus(new_focus);
             set_focus(new_focus);
           m:=mouseevent(event,evMouseMove+evMouseAuto);
           m:=mouseevent(event,evMouseMove+evMouseAuto);
-          if not m then
+          if m then
             mouse_drag:=true;
             mouse_drag:=true;
         until not m;
         until not m;
         if event.double then
         if event.double then