Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 3143 |
|
|
| 3144 |
if FSortIndex = id then |
if FSortIndex = id then |
| 3145 |
FSortOrder := not FSortOrder |
FSortOrder := not FSortOrder |
| 3146 |
else |
else begin |
| 3147 |
FSortOrder := true; |
FSortOrder := id = 0; |
| 3148 |
|
end; |
| 3149 |
|
|
| 3150 |
ListViewSort(Sender, Column); |
ListViewSort(Sender, Column); |
| 3151 |
end; |
end; |
|
|
Legend:
| Removed from v.1.463 |
|
| changed lines |
| |
Added in v.1.464 |
|
|
|