designer: set TCheckMarkDialog PopupMode to pmAuto.

git-svn-id: trunk@50993 -
This commit is contained in:
ondrej 2015-12-22 20:53:51 +00:00
parent 5beb73daf3
commit 4fbab4bd38

View File

@ -1428,6 +1428,7 @@ var
begin
dlg:=TCheckMarkDialog.CreateWithMenuItem(nil, aMI, aGroupIndexArr, aShadowMenu);
try
dlg.PopupMode := pmAuto;
mr:=dlg.ShowModal;
if mr = mrOK then
begin