We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60e415 commit 1d8fbd4Copy full SHA for 1d8fbd4
app/src/processing/app/Editor.java
@@ -479,6 +479,7 @@ public void applyPreferences() {
479
saveAsMenuItem.setEnabled(!external);
480
481
textarea.setCodeFoldingEnabled(PreferencesData.getBoolean("editor.code_folding"));
482
+ scrollPane.setFoldIndicatorEnabled(PreferencesData.getBoolean("editor.code_folding"));
483
scrollPane.setLineNumbersEnabled(PreferencesData.getBoolean("editor.linenumbers"));
484
485
if (external) {
0 commit comments