Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.456 by yoffy, Mon Oct 11 14:38:58 2004 UTC revision 1.457 by yoffy, Mon Oct 11 15:59:17 2004 UTC
# Line 1725  begin Line 1725  begin
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 の設定を変数に保存
# Line 6955  begin Line 6956  begin
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26