Grids: show Grid's PopupMenu also when Editor has focus (Issue #0027171).

git-svn-id: trunk@47258 -
This commit is contained in:
bart 2014-12-28 10:57:38 +00:00
parent bd2c2fa3c4
commit 3cd80e36ac

View File

@ -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}