Created
October 11, 2018 06:21
-
-
Save juntalis/468cf9bc61d4477fcabb32fa71e3c5a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: lcl/include/customlistview.inc | |
=================================================================== | |
--- lcl/include/customlistview.inc (revision 57768) | |
+++ lcl/include/customlistview.inc (working copy) | |
@@ -1669,7 +1669,7 @@ | |
finally | |
EndUpdate; | |
end; | |
- end else | |
+ end else if FSelected <> nil then | |
FSelected.Selected := False; | |
FSelected := nil; | |
Include(FFlags,lffSelectedValid); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment