mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* Fix mouse expand/retract
git-svn-id: trunk@3732 -
This commit is contained in:
parent
b366fd3008
commit
a29ab3cf48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user