Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.515.2.5 by h677, Mon Jun 27 19:05:30 2005 UTC revision 1.515.2.6 by h677, Mon Jun 27 19:27:23 2005 UTC
# Line 11727  begin Line 11727  begin
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26