mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 21:18:06 +01:00
Grids: show Grid's PopupMenu also when Editor has focus (Issue #0027171).
git-svn-id: trunk@47258 -
This commit is contained in:
parent
bd2c2fa3c4
commit
3cd80e36ac
@ -7967,6 +7967,8 @@ begin
|
||||
end;
|
||||
if aEditor<>Editor then
|
||||
Editor := aEditor;
|
||||
if Assigned(Editor) and not Assigned(Editor.Popupmenu) then
|
||||
Editor.PopupMenu := PopupMenu;
|
||||
{$ifdef DbgGrid}
|
||||
DebugLnExit('TCustomGrid.SelectEditor END');
|
||||
{$endif}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user