Kolja Strohm 5 anni fa
parent
commit
5db599b3bf
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 ] );
         }