mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 09:00:33 +02:00
LCL: formatting
git-svn-id: trunk@45877 -
This commit is contained in:
parent
b3adaef7a3
commit
d44a2412b8
@ -5169,8 +5169,8 @@ begin
|
||||
begin
|
||||
// mousedown occured on expand sign -> expand/collapse
|
||||
CursorNode.Expanded:=not CursorNode.Expanded;
|
||||
end else
|
||||
if LogicalX >= CursorNode.DisplayIconLeft then
|
||||
end
|
||||
else if LogicalX >= CursorNode.DisplayIconLeft then
|
||||
begin
|
||||
// mousedown occured in text or icon
|
||||
// -> select node and begin drag operation
|
||||
|
Loading…
Reference in New Issue
Block a user