Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 5567 |
AddressComboBox.Text := ThreadItem.URL; |
AddressComboBox.Text := ThreadItem.URL; |
| 5568 |
end; |
end; |
| 5569 |
end; |
end; |
| 5570 |
|
|
| 5571 |
|
if GikoSys.Setting.ListOrientation = gloHorizontal then begin |
| 5572 |
|
if GikoSys.Setting.ListWidthState = glsMin then begin |
| 5573 |
|
BrowserMaxAction.Execute; |
| 5574 |
|
if GikoForm.Visible then |
| 5575 |
|
Browser.SetFocus; |
| 5576 |
|
end; |
| 5577 |
|
end else begin |
| 5578 |
|
if GikoSys.Setting.ListHeightState = glsMin then begin |
| 5579 |
|
BrowserMaxAction.Execute; |
| 5580 |
|
if GikoForm.Visible then |
| 5581 |
|
Browser.SetFocus; |
| 5582 |
|
end; |
| 5583 |
|
end; |
| 5584 |
end; |
end; |
| 5585 |
|
|
| 5586 |
procedure TGikoForm.BrowserTabClick(Sender: TObject); |
procedure TGikoForm.BrowserTabClick(Sender: TObject); |
| 5587 |
var |
var |
| 5588 |
idx: Integer; |
idx: Integer; |
|
|
Legend:
| Removed from v.1.253 |
|
| changed lines |
| |
Added in v.1.254 |
|
|
|