mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-04 11:23:51 +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 := TMenuItem.Create(APopUp);
|
||||||
Result.OnClick := {$IFDEF FPC}@{$ENDIF}PopClicked;
|
Result.OnClick := {$IFDEF FPC}@{$ENDIF}PopClicked;
|
||||||
Result.Caption := ACaption;
|
Result.Caption := ACaption;
|
||||||
|
Result.GlyphShowMode := gsmAlways;
|
||||||
if FReversePopMenuOrder then
|
if FReversePopMenuOrder then
|
||||||
APopUp.Items.Add(Result)
|
APopUp.Items.Add(Result)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user