mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed layout virtualres on children widgets
This commit is contained in:
parent
6807471464
commit
c36757be06
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ void UILayout::ProcessCommands
|
|||
{
|
||||
widget->InitFrame( m_currentcontainer, 0, 0, 128, 64, -1, "verdana-12" );
|
||||
|
||||
if( widget->m_bVirtual )
|
||||
if( m_currentcontainer->m_bVirtual )
|
||||
{
|
||||
ev = new Event( EV_Layout_VirtualRes );
|
||||
ev->AddInteger( 1 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue