Skip to content

Commit f6e55a2

Browse files
authored
Added support for colored parentheses
1 parent 5c4c0e5 commit f6e55a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/code/python_text_area.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ void PythonTextArea::ContentView::drawLine(KDContext * ctx, int line, const char
350350
bracketLineBalance++;
351351
}
352352
} else if (isClosingBracket(lex->tok_kind)) {
353-
bracketLineBalance--;
354353
if (mismatched) color = KDColor::RGB24(0xFF0000);
355354
else {
356355
bracketLineBalance--;

0 commit comments

Comments
 (0)