OSDN Git Service

1.63.0.815
authorh677 <h677>
Sun, 11 Sep 2011 09:42:08 +0000 (09:42 +0000)
committerh677 <h677>
Sun, 11 Sep 2011 09:42:08 +0000 (09:42 +0000)
IE9での終了時例外対応

Giko.pas
gikoNavi.res

index c57e798..a94da67 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -2064,7 +2064,7 @@ begin
 
     if FResPopupBrowser <> nil then begin
         if not(Sender is TResPopupBrowser) then begin
-            if (FResPopupBrowser.Visible) then begin
+            if ((doc <> nil) and (FResPopupBrowser.Visible)) then begin
                 if ResPopupClearTimer.Interval > 0 then begin
                     ResPopupClearTimer.Enabled := True;
                     ResPopupClearTimer.Tag := 0;
index 4a6fc8a..273db11 100644 (file)
Binary files a/gikoNavi.res and b/gikoNavi.res differ