mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:22:30 +02:00
parent
74c1e17f0b
commit
6f5ec9cb32
@ -2528,7 +2528,7 @@ procedure TCustomSynEdit.HandleMouseAction(Button: TMouseButton;
|
||||
begin
|
||||
Handled := False;
|
||||
inherited DoContextPopup(Point(X, Y), Handled);
|
||||
if not Handled then
|
||||
if (PopupMenu <> nil) and not Handled then
|
||||
PopupMenu.PopUp;
|
||||
end;
|
||||
else
|
||||
|
@ -145,6 +145,8 @@ type
|
||||
property InsertCaret;
|
||||
property InsertMode;
|
||||
property Keystrokes;
|
||||
property MouseActions;
|
||||
property MouseSelActions;
|
||||
property Lines;
|
||||
property MaxLeftChar;
|
||||
property MaxUndo;
|
||||
|
Loading…
Reference in New Issue
Block a user