mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed border colors
This commit is contained in:
parent
fe0e345a8d
commit
8ff70d1ceb
3 changed files with 42 additions and 17 deletions
|
@ -105,6 +105,10 @@ void UILayout::CreateWidgetContainer
|
|||
{
|
||||
m_currentcontainer->setDirection( D_FROM_RIGHT );
|
||||
}
|
||||
else
|
||||
{
|
||||
m_currentcontainer->setDirection(D_NONE);
|
||||
}
|
||||
|
||||
if( ev->NumArgs() > 4 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue