You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Slate: Deprecate SListView::ItemHeight and STreeViewItemHeight. ItemHeight and ItemWidth are only used when the panel is is as a tile or both value are assigned. With TreeView and ListView, you can't assigned both. The function are protected, a subclass of those could but it's up to them to expose the ItemHeight and ItemWidth. This behavior changed was introduced with CL 7634094.
#jira UE-210415 #rb editor-ui-systems [CL 33370360 by patrick boutot in ue5-main branch]
This commit is contained in:
@@ -89,8 +89,7 @@ void SBspPalette::Construct( const FArguments& InArgs )
|
||||
ListViewWidget =
|
||||
SNew(SBspBuilderListView)
|
||||
.ListItemsSource(&BspModeModule.GetBspBuilderTypes())
|
||||
.OnGenerateRow(this, &SBspPalette::MakeListViewWidget)
|
||||
.ItemHeight(35);
|
||||
.OnGenerateRow(this, &SBspPalette::MakeListViewWidget);
|
||||
|
||||
ChildSlot
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user