mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:20:41 +02:00
mouse capture unwantedly prevents mouse events to other controls (issue #1797 note)
git-svn-id: trunk@9549 -
This commit is contained in:
parent
10f686d78f
commit
f3362d6929
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user