BSlider locked the looper and never unlocked it anymore. Was the cause of bug 406

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17154 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-04-17 14:17:29 +00:00
parent 4697016070
commit efdd958617
1 changed files with 1 additions and 0 deletions

View File

@ -755,6 +755,7 @@ BSlider::DrawSlider()
DrawBitmap(fOffScreenBits, B_ORIGIN);
}
#endif
UnlockLooper();
}
}