Browse Source

Fehler behoben

Kolja Strohm 5 years ago
parent
commit
f9a198797b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UIMLView.cpp

+ 1 - 0
UIMLView.cpp

@@ -190,6 +190,7 @@ Zeichnung *UIMLView::parseElement( XML::Element *e )
             k->setStyle( KontrollKnopf::Style::Selected, e->hasAttribute( "selected" ) );
             if( e->hasAttribute( "font-size" ) )
                 k->setSSize( (unsigned char)(int)e->getAttributeValue( "font-size" ) );
+            z = k;
         }
         if( e->getName().istGleich( "table" ) )
         {