Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 449 |
ToolButton16: TToolButton; |
ToolButton16: TToolButton; |
| 450 |
AllResAction: TAction; |
AllResAction: TAction; |
| 451 |
AllResToolButton: TToolButton; |
AllResToolButton: TToolButton; |
|
N41: TMenuItem; |
|
|
N42: TMenuItem; |
|
|
N49: TMenuItem; |
|
| 452 |
N50: TMenuItem; |
N50: TMenuItem; |
| 453 |
A11: TMenuItem; |
A11: TMenuItem; |
| 454 |
S5: TMenuItem; |
S5: TMenuItem; |
| 6524 |
begin |
begin |
| 6525 |
if ListToolBar.Controls[ i ].Action = SelectItemAction then |
if ListToolBar.Controls[ i ].Action = SelectItemAction then |
| 6526 |
begin |
begin |
| 6527 |
SelectItemAction.Visible := False; |
ListToolBar.Controls[ i ].Visible := False; |
| 6528 |
SelectComboBox.Left := SelectItemToolButton.Left; |
SelectComboBox.Left := ListToolBar.Controls[ i ].Left; |
| 6529 |
SelectComboBox.Parent := ListToolBar; |
SelectComboBox.Parent := ListToolBar; |
| 6530 |
break; |
break; |
| 6531 |
end; |
end; |
|
|
Legend:
| Removed from v.1.25 |
|
| changed lines |
| |
Added in v.1.26 |
|
|
|