You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Fixed selection indent taking an additional line
This commit is contained in:
@@ -1946,6 +1946,7 @@ void TextEdit::indent_right() {
|
||||
|
||||
// Ignore if the cursor is not past the first column.
|
||||
if (is_selection_active() && get_selection_to_column() == 0) {
|
||||
selection_offset = 0;
|
||||
end_line--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user