Browse Source

Fehler behoben

Kolja Strohm 5 năm trước cách đây
mục cha
commit
f9a198797b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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" ) )
         {