mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-02 07:43:39 +02:00
SynEdit, FoldGutter: Always show [+]/[-] in popup menu
git-svn-id: trunk@27045 -
This commit is contained in:
parent
a65d1b9fc1
commit
2012316840
@ -204,6 +204,7 @@ procedure TSynGutterCodeFolding.CreatePopUpMenuEntries(APopUp: TPopupMenu;
|
||||
Result := TMenuItem.Create(APopUp);
|
||||
Result.OnClick := {$IFDEF FPC}@{$ENDIF}PopClicked;
|
||||
Result.Caption := ACaption;
|
||||
Result.GlyphShowMode := gsmAlways;
|
||||
if FReversePopMenuOrder then
|
||||
APopUp.Items.Add(Result)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user