Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 4854 |
if SelectComboBox.Parent <> nil then begin |
if SelectComboBox.Parent <> nil then begin |
| 4855 |
if SelectComboBox.Left + SelectComboBox.Width < ListToolBar.Width then begin |
if SelectComboBox.Left + SelectComboBox.Width < ListToolBar.Width then begin |
| 4856 |
// SelectComboBox がある場合はフォーカスを移す |
// SelectComboBox がある場合はフォーカスを移す |
| 4857 |
|
if GikoSys.Setting.ListOrientation = gloHorizontal then begin |
| 4858 |
|
if GikoSys.Setting.ListWidthState = glsMax then |
| 4859 |
|
BrowserMinAction.Execute; |
| 4860 |
|
end else begin |
| 4861 |
|
if GikoSys.Setting.ListHeightState = glsMax then |
| 4862 |
|
BrowserMinAction.Execute; |
| 4863 |
|
end; |
| 4864 |
SelectComboBox.SetFocus; |
SelectComboBox.SetFocus; |
| 4865 |
exit; |
exit; |
| 4866 |
end; |
end; |
|
|
Legend:
| Removed from v.1.376 |
|
| changed lines |
| |
Added in v.1.377 |
|
|
|