mouse capture unwantedly prevents mouse events to other controls (issue #1797 note)

git-svn-id: trunk@9549 -
This commit is contained in:
micha 2006-07-03 15:25:20 +00:00
parent 10f686d78f
commit f3362d6929

View File

@ -19,6 +19,7 @@
constructor TCustomListView.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
ControlStyle := ControlStyle - [csCaptureMouse];
FColumns := TListColumns.Create(self);
FListItems := TListItems.Create(self);
BorderStyle := bsSingle;