Skip to content

Commit

Permalink
fix scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jashking committed Jul 30, 2021
1 parent eb4ceed commit f64c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnrealPakViewer/Private/Widgets/SPakClassView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void SPakClassView::Construct(const FArguments& InArgs)
.SelectionMode(ESelectionMode::Multi)
.ListItemsSource(&ClassCache)
.OnGenerateRow(this, &SPakClassView::OnGenerateClassRow)
.ConsumeMouseWheel(EConsumeMouseWheel::Always)
//.ConsumeMouseWheel(EConsumeMouseWheel::WhenScrollingPossible)
.HeaderRow
(
SAssignNew(ClassListHeaderRow, SHeaderRow).Visibility(EVisibility::Visible)
Expand Down

0 comments on commit f64c04e

Please sign in to comment.