Skip to content

Commit 77b715c

Browse files
committed
#3096 Shift+Tab selects extra lines on script edit on reduce indent
1 parent 43879c3 commit 77b715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/llui/lltexteditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ S32 LLTextEditor::indentLine( S32 pos, S32 spaces )
569569
LLWString wtext = getWText();
570570
if (wtext[pos] == ' ')
571571
{
572-
delta_spaces += remove( pos, 1, false );
572+
delta_spaces -= remove( pos, 1, false );
573573
}
574574
}
575575
}

0 commit comments

Comments
 (0)