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:
parent
c55f1fd8b3
commit
2365e7b574
@ -28,7 +28,7 @@ enum thumb_style {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#define USE_OFF_SCREEN_VIEW 0
|
#define USE_OFF_SCREEN_VIEW 1
|
||||||
|
|
||||||
|
|
||||||
class BSlider : public BControl {
|
class BSlider : public BControl {
|
||||||
|
Loading…
Reference in New Issue
Block a user