mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
SynEdit, Mouse Actions: Fixed a misplaced semicolon, preventing options to be set / Fixed column header order
git-svn-id: trunk@20530 -
This commit is contained in:
parent
ba5c46c5be
commit
f57b66915d
@ -383,8 +383,8 @@ begin
|
||||
ActionGrid.Cells[4,0] := dlgMouseOptHeadShift;
|
||||
ActionGrid.Cells[5,0] := dlgMouseOptHeadAlt;
|
||||
ActionGrid.Cells[6,0] := dlgMouseOptHeadCtrl;
|
||||
ActionGrid.Cells[7,0] := dlgMouseOptHeadCaret;
|
||||
ActionGrid.Cells[8,0] := dlgMouseOptHeadPriority;
|
||||
ActionGrid.Cells[7,0] := dlgMouseOptHeadPriority;
|
||||
ActionGrid.Cells[8,0] := dlgMouseOptHeadCaret;
|
||||
ActionGrid.Cells[9,0] := dlgMouseOptHeadOpt;
|
||||
ActionGrid.ColWidths[0] := ActionGrid.ColWidths[0] * 3;
|
||||
ActionGrid.ColWidths[9] := ActionGrid.ColWidths[8] * 3;
|
||||
|
@ -221,7 +221,9 @@ begin
|
||||
end
|
||||
else
|
||||
MAct.Option := OptBox.ItemIndex;
|
||||
end;
|
||||
end
|
||||
else
|
||||
MAct.Option := 0;
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
Loading…
Reference in New Issue
Block a user