Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Setting.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1165 |
end; |
end; |
| 1166 |
if FBoardColumnOrder.Count = 0 then begin |
if FBoardColumnOrder.Count = 0 then begin |
| 1167 |
// 設定が無いので作成 |
// 設定が無いので作成 |
| 1168 |
for i := 0 to Integer( High( TGikoBoardColumnID ) ) do |
for i := 0 to Integer( High( TGikoBoardColumnID ) ) do begin |
| 1169 |
FBoardColumnOrder.Add( TGikoBoardColumnID( i ) ); |
// 勢いのカラムはデフォルトで非表示にする |
| 1170 |
|
if ( i <> Ord(gbcVigor) ) then begin |
| 1171 |
|
FBoardColumnOrder.Add( TGikoBoardColumnID( i ) ); |
| 1172 |
|
end; |
| 1173 |
|
end; |
| 1174 |
end; |
end; |
| 1175 |
finally |
finally |
| 1176 |
wkList.Free; |
wkList.Free; |
|
|
Legend:
| Removed from v.1.103 |
|
| changed lines |
| |
Added in v.1.104 |
|
|
|