Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1725 |
MouseGesture.OnGestureStart := OnGestureStart; |
MouseGesture.OnGestureStart := OnGestureStart; |
| 1726 |
MouseGesture.OnGestureMove := OnGestureMove; |
MouseGesture.OnGestureMove := OnGestureMove; |
| 1727 |
MouseGesture.OnGestureEnd := OnGestureEnd; |
MouseGesture.OnGestureEnd := OnGestureEnd; |
| 1728 |
MouseGesture.SetHook( Handle ) |
if GikoSys.Setting.GestureEnabled then |
| 1729 |
|
MouseGesture.SetHook( Handle ); |
| 1730 |
end; |
end; |
| 1731 |
|
|
| 1732 |
// CoolBar の設定を変数に保存 |
// CoolBar の設定を変数に保存 |
| 6956 |
GikoSys.SaveEditorKeySetting(Dlg.EditorForm.ActionList); |
GikoSys.SaveEditorKeySetting(Dlg.EditorForm.ActionList); |
| 6957 |
finally |
finally |
| 6958 |
Dlg.Release; |
Dlg.Release; |
| 6959 |
|
MouseGesture.UnHook; |
| 6960 |
MouseGesture.OnGestureStart := OnGestureStart; |
MouseGesture.OnGestureStart := OnGestureStart; |
| 6961 |
MouseGesture.OnGestureMove := OnGestureMove; |
MouseGesture.OnGestureMove := OnGestureMove; |
| 6962 |
MouseGesture.OnGestureEnd := OnGestureEnd; |
MouseGesture.OnGestureEnd := OnGestureEnd; |
| 6963 |
MouseGesture.SetHook( Handle ); |
if GikoSys.Setting.GestureEnabled then |
| 6964 |
|
MouseGesture.SetHook( Handle ); |
| 6965 |
end; |
end; |
| 6966 |
end; |
end; |
| 6967 |
|
|
|
|
Legend:
| Removed from v.1.456 |
|
| changed lines |
| |
Added in v.1.457 |
|
|
|