Commit c15e978

Nick committed on
Fix graphical bug with tracker column headers
commit c15e9786448f9bc512ab960b0a90bb2b65313463 parent e4dfcae
1 changed files +3−0
Modifiedtracker.pas +3−0
@@ -1632,6 +1632,9 @@ begin
1632 P.X := X; 1632 P.X := X;
1633 P.Y := Y; 1633 P.Y := Y;
1634 1634
1635 if HeaderControl1.GetSectionAt(P) = 0 then
1636 Exit;
1637
1635 for I := 1 to 4 do 1638 for I := 1 to 4 do
1636 HeaderControl1.Sections[I].ImageIndex := 0; 1639 HeaderControl1.Sections[I].ImageIndex := 0;
1637 1640