Explorar o código

Fehler behoben

Kolja Strohm %!s(int64=5) %!d(string=hai) anos
pai
achega
5db599b3bf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 ] );
         }