Browse Source

Fehler behoben

Kolja Strohm 5 năm trước cách đây
mục cha
commit
837546abb4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      UIMLView.cpp

+ 1 - 0
UIMLView.cpp

@@ -187,6 +187,7 @@ Zeichnung *UIMLView::parseElement( XML::Element *e )
         {
             KontrollKnopf *k = init.createKontrollKnopf( init.initParam );
             k->setText( e->getText() );
+            k->setSText( e->getText() );
             k->setStyle( KontrollKnopf::Style::Selected, e->hasAttribute( "selected" ) );
             if( e->hasAttribute( "font-size" ) )
                 k->setSSize( (unsigned char)(int)e->getAttributeValue( "font-size" ) );