• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ギコナビ


Commit MetaInfo

Revision82ebef72cb881cb3d813ee317da0c5b15886ca97 (tree)
Time2010-03-23 23:53:31
Authorh677 <h677>
Commiterh677

Log Message

複数モニタ環境で、ポップアップが右端に達したときに左に折り返さない不具合の修正

Change Summary

Incremental Difference

--- a/ResPopupBrowser.pas
+++ b/ResPopupBrowser.pas
@@ -370,7 +370,7 @@ begin
370370 end;
371371 if (Result.Right > WorkArea.Right) then begin
372372 // ‹tƒTƒCƒh‚É—]—T‚ª‚ ‚ê‚΁Ao—͈ʒu‚̍¶‰E“]Š·
373- if ((p.X - WorkArea.Left) * 2 > WorkArea.Right) then begin
373+ if ((p.X - WorkArea.Left) * 2 > MaxWidth) then begin
374374 if( (GikoSys.Setting.PopupPosition = gppTop) or
375375 (GikoSys.Setting.PopupPosition = gppBottom)) then begin
376376 OffsetRect(Result, -(Result.Right - WorkArea.Right), 0);
Binary files a/gikoNavi.res and b/gikoNavi.res differ