Skip to content

Commit

Permalink
dasdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedSalihCezayir committed May 15, 2023
1 parent f15a0e4 commit 9da3f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/processing/app/AbstractTextMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ protected void updateTextArea(String msg) {
textArea.append(msg);
}
if (autoscrollBox.isSelected()) {
textArea.setCaretPosition(textArea.getDocument().getLength());
// dasdasdasd
}
}
Expand Down

0 comments on commit 9da3f47

Please sign in to comment.