mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 10:19:27 +02:00
Qt: Fixed AV inside TQtScrollBar.EventFilter().
git-svn-id: trunk@15933 -
This commit is contained in:
parent
726ba21866
commit
9bbc00df63
@ -4605,6 +4605,7 @@ begin
|
||||
QEventMouseButtonDblClick:
|
||||
begin
|
||||
if (FRealParentCtl <> nil)
|
||||
and (FRealParentCtl.CanFocus)
|
||||
and not FRealParentCtl.Focused then
|
||||
FRealParentCtl.SetFocus;
|
||||
Result := False;
|
||||
|
Loading…
Reference in New Issue
Block a user