Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 11773 |
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 |
| 11774 |
ListView.Canvas.Brush.Color := FOddColor; |
ListView.Canvas.Brush.Color := FOddColor; |
| 11775 |
//選択されているけど、フォーカスがないと、グレイになるので、太字に変更 |
//選択されているけど、フォーカスがないと、グレイになるので、太字に変更 |
| 11776 |
if (Item.Selected) and (not ListView.Focused) then begin |
if (GikoSys.Setting.UnFocusedBold) and |
| 11777 |
|
(Item.Selected) and (not ListView.Focused) then begin |
| 11778 |
ListView.Canvas.Font.Style := [fsBold]; |
ListView.Canvas.Font.Style := [fsBold]; |
| 11779 |
end; |
end; |
| 11780 |
end else begin |
end else begin |
|
|
Legend:
| Removed from v.1.515.2.12 |
|
| changed lines |
| |
Added in v.1.515.2.13 |
|
|
|