mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:39:18 +02:00
SynEdit: Added configuration for mouse behaviour / Fix "No Action" in dropdown
git-svn-id: trunk@20354 -
This commit is contained in:
parent
8bca8c909b
commit
381b2b03d6
@ -70,7 +70,7 @@ begin
|
|||||||
CapturePanel.Caption := dlgMouseOptCapture;
|
CapturePanel.Caption := dlgMouseOptCapture;
|
||||||
CaretCheck.Caption := dlgMouseOptCaretMove;
|
CaretCheck.Caption := dlgMouseOptCaretMove;
|
||||||
ActionBox.Clear;
|
ActionBox.Clear;
|
||||||
for i:= 1 to emcMax do begin
|
for i:= 0 to emcMax do begin
|
||||||
CName := MouseCommandName(i);
|
CName := MouseCommandName(i);
|
||||||
if CName <> '' then
|
if CName <> '' then
|
||||||
ActionBox.Items.AddObject(CName, TObject(i));
|
ActionBox.Items.AddObject(CName, TObject(i));
|
||||||
|
Loading…
Reference in New Issue
Block a user