Fixed border colors

This commit is contained in:
OM 2023-05-16 22:02:45 +02:00
parent fe0e345a8d
commit 8ff70d1ceb
3 changed files with 42 additions and 17 deletions

View file

@ -105,6 +105,10 @@ void UILayout::CreateWidgetContainer
{
m_currentcontainer->setDirection( D_FROM_RIGHT );
}
else
{
m_currentcontainer->setDirection(D_NONE);
}
if( ev->NumArgs() > 4 )
{