mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
Then IT happened.
This commit is contained in:
@@ -664,7 +664,7 @@ public class TextArea extends JEditTextArea {
|
||||
|
||||
protected void showSuggestion(DefaultListModel defListModel,String subWord) {
|
||||
if (defListModel.size() == 0) {
|
||||
System.out.println("No suggestions to show.");
|
||||
System.out.println("TextArea: No suggestions to show.");
|
||||
hideSuggestion();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user