This commit is contained in:
SirLynix
2023-07-14 14:18:04 +02:00
parent 1bb4b8fa0d
commit 62663dc8e1
4 changed files with 5 additions and 5 deletions

View File

@@ -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