Greatly improved scrolling, and simplified the code too. Now scrolling
is done from inside the BMenu::_track() function, and not inside Pulse() anymore. Patch by Lucasz Zemczak git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19653 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,6 +32,8 @@ class BMenuWindow : public BWindow {
|
||||
void AttachScrollers();
|
||||
void DetachScrollers();
|
||||
|
||||
bool CheckForScrolling(BPoint cursor);
|
||||
|
||||
private:
|
||||
BMenuScroller *fScroller;
|
||||
BMenuFrame *fMenuFrame;
|
||||
|
||||
Reference in New Issue
Block a user