There is a bug report about Home/End and Page Up/Down not working in the

DataTranslations list view. This should fix it. MessageReceived() was not
forwarding to the immediate inherited class.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28665 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-11-16 22:12:29 +00:00
parent 0a3f410f30
commit cfb03bacfc

View File

@ -75,7 +75,7 @@ TranslatorListView::MessageReceived(BMessage *message)
break;
default:
BView::MessageReceived(message);
BListView::MessageReceived(message);
break;
}
}