Ver Fonte

Fehler behoben

Kolja Strohm há 5 anos atrás
pai
commit
5db599b3bf
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      TextFeld.cpp

+ 1 - 0
TextFeld.cpp

@@ -471,6 +471,7 @@ void TextFeld::setFormattedText( const char *txt )
             current.interactParam |= (unsigned char)txt[ ++i ] << 8;
             current.interactParam |= (unsigned char)txt[ ++i ];
             tm->textStyle.add( current );
+            break;
         default:
             result.append( txt[ i ] );
         }