OSDN Git Service

[このスレッドを含むスレ一覧を表示] でブラウザが自動的に最小化されなくなったので修正。
authoryoffy <yoffy>
Thu, 9 Sep 2004 02:26:20 +0000 (02:26 +0000)
committeryoffy <yoffy>
Thu, 9 Sep 2004 02:26:20 +0000 (02:26 +0000)
Giko.pas

index fab98da..6ebbd27 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -4516,20 +4516,20 @@ begin
                                SetActiveList( Item );
                        end;
                end;
+       end;
 
-               if Item is TBoard then begin // not TCategory
-                       if GikoSys.Setting.ListOrientation = gloHorizontal then begin
-                               if GikoSys.Setting.ListWidthState = glsMax then begin
-                                       BrowserMinAction.Execute;
-                                       if GikoForm.Visible then
-                                               ListView.SetFocus;
-                               end;
-                       end else begin
-                               if GikoSys.Setting.ListHeightState = glsMax then begin
-                                       BrowserMinAction.Execute;
-                                       if GikoForm.Visible then
-                                               ListView.SetFocus;
-                               end;
+       if Item is TBoard then begin // not TCategory
+               if GikoSys.Setting.ListOrientation = gloHorizontal then begin
+                       if GikoSys.Setting.ListWidthState = glsMax then begin
+                               BrowserMinAction.Execute;
+                               if GikoForm.Visible then
+                                       ListView.SetFocus;
+                       end;
+               end else begin
+                       if GikoSys.Setting.ListHeightState = glsMax then begin
+                               BrowserMinAction.Execute;
+                               if GikoForm.Visible then
+                                       ListView.SetFocus;
                        end;
                end;
        end;