I don't know why this didn't happen under R5, but now the slider background

is no longer just white...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17816 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-06-13 12:53:35 +00:00
parent 100e579871
commit f7a09629e5

View File

@ -149,6 +149,7 @@ TimeSlider::~TimeSlider()
void
TimeSlider::AttachedToWindow()
{
BSlider::AttachedToWindow();
SetTarget(this);
}