Vulkan
This commit is contained in:
@@ -32,8 +32,8 @@ namespace Nz
|
||||
{
|
||||
BaseWidget::Layout();
|
||||
|
||||
std::size_t axis;
|
||||
bool reversed;
|
||||
std::size_t axis = 0;
|
||||
bool reversed = false;
|
||||
|
||||
switch (m_orientation)
|
||||
{
|
||||
|
||||
@@ -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