From a29ab3cf48961868c6f6b0309811092003883ad4 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 29 May 2006 00:08:11 +0000 Subject: [PATCH] * Fix mouse expand/retract git-svn-id: trunk@3732 - --- fv/outline.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fv/outline.pas b/fv/outline.pas index 0c1902e4f7..ac674bfea5 100644 --- a/fv/outline.pas +++ b/fv/outline.pas @@ -507,7 +507,7 @@ begin if foc<>new_focus then set_focus(new_focus); m:=mouseevent(event,evMouseMove+evMouseAuto); - if not m then + if m then mouse_drag:=true; until not m; if event.double then