소스 검색

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" ) )
         {