Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ResPopupBrowser.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 370 |
end; |
end; |
| 371 |
if (Result.Right > WorkArea.Right) then begin |
if (Result.Right > WorkArea.Right) then begin |
| 372 |
// 逆サイドに余裕があれば、出力位置の左右転換 |
// 逆サイドに余裕があれば、出力位置の左右転換 |
| 373 |
if ((p.X - WorkArea.Left) * 2 > WorkArea.Right) then begin |
if ((p.X - WorkArea.Left) * 2 > MaxWidth) then begin |
| 374 |
if( (GikoSys.Setting.PopupPosition = gppTop) or |
if( (GikoSys.Setting.PopupPosition = gppTop) or |
| 375 |
(GikoSys.Setting.PopupPosition = gppBottom)) then begin |
(GikoSys.Setting.PopupPosition = gppBottom)) then begin |
| 376 |
OffsetRect(Result, -(Result.Right - WorkArea.Right), 0); |
OffsetRect(Result, -(Result.Right - WorkArea.Right), 0); |
|
|
Legend:
| Removed from v.1.10 |
|
| changed lines |
| |
Added in v.1.11 |
|
|
|