Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 11727 |
ThreadItem := TThreadItem(Item.Data); |
ThreadItem := TThreadItem(Item.Data); |
| 11728 |
if ( FUseOddResOddColor ) and ( ThreadItem.Count <> 0 ) and ( ThreadItem.AllResCount <> ThreadItem.Count) then begin |
if ( FUseOddResOddColor ) and ( ThreadItem.Count <> 0 ) and ( ThreadItem.AllResCount <> ThreadItem.Count) then begin |
| 11729 |
ListView.Canvas.Brush.Color := FOddColor; |
ListView.Canvas.Brush.Color := FOddColor; |
| 11730 |
|
//選択されているけど、フォーカスがないと、グレイになるので、太字に変更 |
| 11731 |
|
if (Item.Selected) and (not (cdsFocused in State)) then begin |
| 11732 |
|
ListView.Canvas.Font.Style := [fsBold]; |
| 11733 |
|
end; |
| 11734 |
end else begin |
end else begin |
| 11735 |
ListView.Canvas.Brush.Color := FListViewBackGroundColor; |
ListView.Canvas.Brush.Color := FListViewBackGroundColor; |
| 11736 |
end; |
end; |
| 11737 |
// if (ThreadItem.Kokomade <> ThreadItem.Count) and (ThreadItem.IsLogFile) then |
|
| 11738 |
if ThreadItem.UnRead then |
if ThreadItem.UnRead then |
| 11739 |
ListView.Canvas.Font.Style := [fsBold]; |
ListView.Canvas.Font.Style := [fsBold]; |
| 11740 |
end; |
end; |
|
|
Legend:
| Removed from v.1.515.2.5 |
|
| changed lines |
| |
Added in v.1.515.2.6 |
|
|
|