Vulkan
This commit is contained in:
@@ -238,7 +238,7 @@ namespace Nz
|
||||
|
||||
std::unique_ptr<ScrollAreaWidgetStyle> DefaultWidgetTheme::CreateStyle(ScrollAreaWidget* scrollAreaWidget) const
|
||||
{
|
||||
return nullptr; //< TODO
|
||||
return std::make_unique<SimpleScrollAreaWidgetStyle>(scrollAreaWidget);
|
||||
}
|
||||
|
||||
std::unique_ptr<ScrollbarWidgetStyle> DefaultWidgetTheme::CreateStyle(ScrollbarWidget* scrollBarWidget) const
|
||||
|
||||
Reference in New Issue
Block a user