OSDN Git Service

スレ一覧で、複数スレを選択したときに、フォーカスがあたった状態にもかかわらず、
authorh677 <h677>
Thu, 30 Jun 2005 17:02:30 +0000 (17:02 +0000)
committerh677 <h677>
Thu, 30 Jun 2005 17:02:30 +0000 (17:02 +0000)
レス増減強調のスレ名が太字になる不具合の修正

Giko.pas

index afb7073..781ae98 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -11772,7 +11772,7 @@ begin
                if ( FUseOddResOddColor ) and ( ThreadItem.Count <> 0 ) and ( ThreadItem.AllResCount <> ThreadItem.Count) then begin
                        ListView.Canvas.Brush.Color := FOddColor;
                        //\91I\91ð\82³\82ê\82Ä\82¢\82é\82¯\82Ç\81A\83t\83H\81[\83J\83X\82ª\82È\82¢\82Æ\81A\83O\83\8c\83C\82É\82È\82é\82Ì\82Å\81A\91¾\8e\9a\82É\95Ï\8dX
-                       if (Item.Selected) and (not (cdsFocused in State)) then begin
+                       if (Item.Selected) and (not ListView.Focused) then begin
                                ListView.Canvas.Font.Style := [fsBold];
                        end;
                end else begin