POChecker: show all menuitems except "Open in system PO editor" only in advanced mode (when Shift key is pressed on menu popping up), as their execution may have unwanted side effects

git-svn-id: trunk@52443 -
This commit is contained in:
maxim 2016-06-05 21:53:39 +00:00
parent ba872ba5b1
commit d36885b8b8

View File

@ -165,8 +165,7 @@ begin
AStat := FPoFamilyStats.Items[anIndex];
Fn := AStat.PoName;
CurrentMasterPoFile := ExtractMasterNameFromChildName(AStat.PoName);
//todo: replace "true" with "ssShift in Shift" when bug 30234 gets fixed
ConfigureContextPopUp(true);
ConfigureContextPopUp(ssShift in Shift);
CurrScreenPoint := ListView.ClientToScreen(Point(X, Y));
ContextPopupMenu.PopUp(CurrScreenPoint.X, CurrScreenPoint.Y);
end;