Commit e8ccdc60 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix forgotten notify in text control

parent 0bfd0a53
......@@ -236,8 +236,10 @@ void CtrlText::onUpdate( Subject<VarBool> &rVariable, void *arg )
{
setPictures( m_rVariable.get() );
updateContext();
notifyLayout( getPosition()->getWidth(), getPosition()->getHeight() );
}
// notify in any case
notifyLayout( getPosition()->getWidth(), getPosition()->getHeight() );
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment