mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 19:00:23 +02:00
IDEIntf: no issue browser on double click, bug #10947
git-svn-id: trunk@14428 -
This commit is contained in:
parent
afa9baafa7
commit
891d6f994c
@ -3619,7 +3619,7 @@ end;
|
||||
|
||||
procedure TObjectInspectorDlg.OnGridDblClick(Sender: TObject);
|
||||
begin
|
||||
DoViewIssues;
|
||||
|
||||
end;
|
||||
|
||||
procedure TObjectInspectorDlg.OnSetDefaultPopupmenuItemClick(Sender: TObject);
|
||||
@ -3963,7 +3963,7 @@ begin
|
||||
OnOIKeyDown:=@OnGridKeyDown;
|
||||
OnKeyUp:=@OnGridKeyUp;
|
||||
OnDblClick:=@OnGridDblClick;
|
||||
|
||||
|
||||
Parent:=NoteBook.Page[0];
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user