Ver Fonte

Fehler behoben

Kolja Strohm há 5 anos atrás
pai
commit
f9a198797b
1 ficheiros alterados com 1 adições e 0 exclusões
  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" ) )
         {