Browse Source

Fehler behoben

Kolja Strohm 5 years ago
parent
commit
5db599b3bf
1 changed files with 1 additions and 0 deletions
  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 ] );
         }