We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8a8d6c + cabcb41 commit a26c05dCopy full SHA for a26c05d
editor/code_editor.cpp
@@ -1688,9 +1688,9 @@ void CodeTextEditor::set_error_count(int p_error_count) {
1688
error_button->set_text(itos(p_error_count));
1689
error_button->set_visible(p_error_count > 0);
1690
if (p_error_count > 0) {
1691
- _set_show_errors_panel(false);
1692
idle->set_wait_time(idle_time_with_errors); // Parsing should happen sooner.
1693
} else {
+ _set_show_errors_panel(false);
1694
idle->set_wait_time(idle_time);
1695
}
1696
0 commit comments