OSDN Git Service

終了時にAccessViolationを起こしているらしいコードをコメントアウト
authorh677 <h677>
Tue, 30 Oct 2007 15:17:22 +0000 (15:17 +0000)
committerh677 <h677>
Tue, 30 Oct 2007 15:17:22 +0000 (15:17 +0000)
Giko.pas
gikoNavi.res

index 579e4a3..92bb4b2 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -1052,6 +1052,7 @@ begin
                BrowserTab.Font.Style := [fsBold];
        if GikoSys.Setting.BrowserTabFontItalic then
                BrowserTab.Font.Style := GikoForm.BrowserTab.Font.Style + [fsItalic];
+
        BrowserTab.DoubleBuffered := True;
        FDragWFirst := false;
        SetContent(BrowserNullTab);                                                                                                     //\83u\83\89\83E\83U\82ð\8bó\94\92\95\\8e¦
@@ -1562,8 +1563,8 @@ begin
        try
         MouseGesture.Clear;
                MouseGesture.UnHook;
-        MouseGesture.Free;
-        MouseGesture := nil;
+    //    MouseGesture.Free;    // Free \82·\82é\82Æ\82¢\82¯\82È\82¢\81H
+    //    MouseGesture := nil;
        except
        end;
        try
index c06e35b..baedb47 100644 (file)
Binary files a/gikoNavi.res and b/gikoNavi.res differ