Scroll most lists by finger dragging list contents
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
this->vscroll->SetCount(ObjectClass::GetUIClassCount());
|
||||
|
||||
NWidgetMatrix *matrix = this->GetWidget<NWidgetMatrix>(WID_BO_SELECT_MATRIX);
|
||||
matrix->SetScrollbar(this->GetScrollbar(WID_BO_SELECT_SCROLL));
|
||||
matrix->SetScrollbar(this->GetScrollbar(WID_BO_SELECT_SCROLL), WID_BO_SELECT_SCROLL);
|
||||
|
||||
this->SelectOtherClass(_selected_object_class);
|
||||
if (this->CanRestoreSelectedObject()) {
|
||||
|
||||
Reference in New Issue
Block a user