OSDN Git Service

ハ゛タ55以前からアップデートすると、レスポップアップ位置の左右が逆転する不具合の修正
authorh677 <h677>
Fri, 10 Aug 2007 16:05:31 +0000 (16:05 +0000)
committerh677 <h677>
Fri, 10 Aug 2007 16:05:31 +0000 (16:05 +0000)
Setting.pas
gikoNavi.res

index be1ab3c..dac618f 100644 (file)
@@ -20,9 +20,9 @@ type
        TGikoListOrientation = (gloHorizontal, gloVertical);    // \83\8a\83X\83g\90\82\92¼\81E\90\85\95½
        TGikoListState = (glsMax, glsNormal, glsMin);                                   // \83\8a\83X\83g\83T\83C\83Y\8fó\91Ô
                                                                                                                                                                                                                                // \83|\83b\83v\83A\83b\83v\95\\8e¦\88Ê\92u
-       TGikoPopupPosition = (gppRightTop, gppTop, gppLeftTop,
-                                                                                               gppRight, gppCenter, gppLeft,
-                                                                                               gppRightBottom, gppBottom, gppLeftBottom);
+       TGikoPopupPosition = (gppLeftTop = 0, gppTop, gppRightTop,
+                                                                                               gppLeft, gppCenter, gppRight,
+                                                                                               gppLeftBottom, gppBottom, gppRightBottom);
                                                                                                                                                                                                                                //\83v\83\8c\83r\83\85\81[\83T\83C\83Y
        TGikoPreviewSize = (gpsXLarge, gpsLarge, gpsMedium, gpsSmall, gpsXSmall);
        TGikoBrowserAutoMaximize        = (gbmNone, gbmClick, gbmDoubleClick);
index 8d20d82..35b172e 100644 (file)
Binary files a/gikoNavi.res and b/gikoNavi.res differ