Temporarily disabled auto scrolling as SetEventMask() doesn't work in haiku

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13409 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-07-03 05:11:35 +00:00
parent 862b0a4b4c
commit f8b80b4ac7
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ AboutView::Pulse(void)
if (fScrollRunner == NULL && (system_time() > fLastActionTime + 10000000)) {
BMessage message(SCROLL_CREDITS_VIEW);
fScrollRunner = new BMessageRunner(this, &message, 300000, -1);
//fScrollRunner = new BMessageRunner(this, &message, 300000, -1);
}
}