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

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