File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -12583,8 +12583,6 @@ procedure TBaseVirtualTree.HandleMouseDown(var Message: TWMMouse; var HitInfo: T
1258312583 if not FSelectionLocked and ((not (IsAnyHit or FullRowDrag) and MultiSelect and ShiftEmpty) or
1258412584 (IsAnyHit and (not NodeSelected or (NodeSelected and CanClear)) and (ShiftEmpty or not MultiSelect or (tsRightButtonDown in FStates)))) then
1258512585 begin
12586- Assert(not (tsClearPending in FStates), 'Pending and direct clearance are mutual exclusive!');
12587-
1258812586 // If the currently hit node was already selected then we have to reselect it again after clearing the current
1258912587 // selection, but without a change event if it is the only selected node.
1259012588 // The same applies if the Alt key is pressed, which allows to start drawing the selection rectangle also
You can’t perform that action at this time.
0 commit comments