浏览代码

Fehler behoben

Kolja Strohm 5 年之前
父节点
当前提交
f9a198797b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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" ) )
         {