BSlider had code for doing double buffered drawing, but was

disabled by default. Appears to work correctly though, so
enabling it since it produces far less flicker here.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24255 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2008-03-06 00:03:02 +00:00
parent c55f1fd8b3
commit 2365e7b574

View File

@ -28,7 +28,7 @@ enum thumb_style {
};
#define USE_OFF_SCREEN_VIEW 0
#define USE_OFF_SCREEN_VIEW 1
class BSlider : public BControl {