mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 09:20:48 +02:00
SynEdit, Mouse Actions: Fixed reset inputs on new Mouse Action
git-svn-id: trunk@20549 -
This commit is contained in:
parent
d5605bca55
commit
e12e8cb597
@ -121,6 +121,9 @@ begin
|
||||
ShiftCheck.State := cbGrayed;
|
||||
AltCheck.State := cbGrayed;
|
||||
CtrlCheck.State := cbGrayed;
|
||||
|
||||
ActionBoxChange(nil);
|
||||
OptBox.ItemIndex := 0;
|
||||
end;
|
||||
|
||||
procedure TMouseaActionDialog.BtnDefaultClick(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user