Kaydet (Commit) fdbfd07d authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS pathfinder01 (1.5.126); FILE MERGED

2007/07/03 13:05:14 cl 1.5.126.1: #i41800# implemented support for path animation editing for custom animations
üst 1b416b44
......@@ -4,9 +4,9 @@
*
* $RCSfile: DialogListBox.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: kz $ $Date: 2006-12-12 16:52:11 $
* last change: $Author: rt $ $Date: 2007-07-06 13:11:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -316,6 +316,10 @@ void DialogListBox::StateChanged( StateChangedType nType )
{
mpChild->SetControlBackground( GetControlBackground() );
}
else if( nType == STATE_CHANGE_VISIBLE )
{
mpChild->Show( IsVisible() );
}
Control::StateChanged( nType );
}
......
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