mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 15:39:14 +02:00
Fixes a positioning issue in TCDTrackBar
git-svn-id: trunk@29115 -
This commit is contained in:
parent
c26d4571be
commit
8b5c7e1b23
@ -1913,7 +1913,7 @@ begin
|
||||
//ADest.RecTangle(10 + i * pWidth, aStart - 5 - i, 10 + i * pWidth +
|
||||
// pWidth - 3 + pDelta, aStart - 1);
|
||||
ADest.RecTangle(dRect);
|
||||
if i = CDTrackBar.Position - 1 then
|
||||
if i = CDTrackBar.Position - CDTrackBar.Min then
|
||||
begin
|
||||
ADest.Brush.FPColor := TColorToFPColor(ColorToRGB($006BB6E6));
|
||||
ADest.Brush.Style := bsSolid;
|
||||
|
Loading…
Reference in New Issue
Block a user