mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
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:
parent
ba872ba5b1
commit
d36885b8b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user