Scrollbars do not need a pointer history.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26662 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-07-28 18:43:47 +00:00
parent 1c111165b0
commit 749a3c1ee3

View File

@ -195,6 +195,7 @@ BScrollBar::BScrollBar(BRect frame, const char* name, BView *target,
fPrivateData = new BScrollBar::Private(this);
SetTarget(target);
SetEventMask(B_NO_POINTER_HISTORY);
_UpdateThumbFrame();
_UpdateArrowButtons();