Small fixes to redundand code, copy paste bugs
This commit is contained in:
parent
1fed266bf5
commit
616ab4fac2
13 changed files with 16 additions and 18 deletions
|
|
@ -5915,7 +5915,7 @@ void TextEdit::unfold_line(int p_line) {
|
|||
|
||||
if (!is_folded(p_line) && !is_line_hidden(p_line))
|
||||
return;
|
||||
int fold_start = p_line;
|
||||
int fold_start;
|
||||
for (fold_start = p_line; fold_start > 0; fold_start--) {
|
||||
if (is_folded(fold_start))
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue