clearified parenthesis of if construct

This commit is contained in:
ehriche 2015-05-06 01:39:42 +02:00
parent b89cd136a9
commit ac9263c680
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ void Label::regenerate_word_cache() {
}
if ((autowrap && line_width>=width && (last && last->char_pos >= 0 || not_latin)) || insert_newline) {
if ((autowrap && (line_width >= width) && ((last && last->char_pos >= 0) || not_latin)) || insert_newline) {
if (not_latin) {
if (current_word_size>0) {
WordCache *wc = memnew( WordCache );