LCL: formatting

git-svn-id: trunk@45877 -
This commit is contained in:
mattias 2014-07-15 12:56:05 +00:00
parent b3adaef7a3
commit d44a2412b8

View File

@ -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