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:
parent
0a3f410f30
commit
cfb03bacfc
@ -75,7 +75,7 @@ TranslatorListView::MessageReceived(BMessage *message)
|
||||
break;
|
||||
|
||||
default:
|
||||
BView::MessageReceived(message);
|
||||
BListView::MessageReceived(message);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user