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.
1 parent 0028fd6 commit cabcb41Copy full SHA for cabcb41
editor/code_editor.cpp
@@ -1668,9 +1668,9 @@ void CodeTextEditor::set_error_count(int p_error_count) {
1668
error_button->set_text(itos(p_error_count));
1669
error_button->set_visible(p_error_count > 0);
1670
if (p_error_count > 0) {
1671
- _set_show_errors_panel(false);
1672
idle->set_wait_time(idle_time_with_errors); // Parsing should happen sooner.
1673
} else {
+ _set_show_errors_panel(false);
1674
idle->set_wait_time(idle_time);
1675
}
1676
0 commit comments