ギコナビ
Revision | 82ebef72cb881cb3d813ee317da0c5b15886ca97 (tree) |
---|---|
Time | 2010-03-23 23:53:31 |
Author | h677 <h677> |
Commiter | h677 |
複数モニタ環境で、ポップアップが右端に達したときに左に折り返さない不具合の修正
@@ -370,7 +370,7 @@ begin | ||
370 | 370 | end; |
371 | 371 | if (Result.Right > WorkArea.Right) then begin |
372 | 372 | // tTChÉ]Tª êÎAoÍÊu̶E]· |
373 | - if ((p.X - WorkArea.Left) * 2 > WorkArea.Right) then begin | |
373 | + if ((p.X - WorkArea.Left) * 2 > MaxWidth) then begin | |
374 | 374 | if( (GikoSys.Setting.PopupPosition = gppTop) or |
375 | 375 | (GikoSys.Setting.PopupPosition = gppBottom)) then begin |
376 | 376 | OffsetRect(Result, -(Result.Right - WorkArea.Right), 0); |