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.12 by h677, Sat Jul 2 04:29:00 2005 UTC revision 1.515.2.13 by h677, Sat Jul 2 11:42:55 2005 UTC
# Line 11773  begin Line 11773  begin
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

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