Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 6782 |
Action: TAction; |
Action: TAction; |
| 6783 |
begin |
begin |
| 6784 |
s := MouseGesture.GetGestureStr; |
s := MouseGesture.GetGestureStr; |
| 6785 |
MouseGesture.ClearGesture; |
MouseGesture.Clear; |
| 6786 |
Action := GikoSys.Setting.Gestures.GetGestureAction(s); |
Action := GikoSys.Setting.Gestures.GetGestureAction(s); |
| 6787 |
if Action <> nil then |
if Action <> nil then |
| 6788 |
Action.Execute; |
Action.Execute; |
|
|
Legend:
| Removed from v.1.626 |
|
| changed lines |
| |
Added in v.1.627 |
|
|
|