mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
verifying a few more broken things
This commit is contained in:
@@ -514,7 +514,7 @@ public class JavaTextArea extends PdeTextArea {
|
||||
*/
|
||||
protected void showSuggestion(DefaultListModel<CompletionCandidate> listModel, String subWord) {
|
||||
// TODO can this be ListModel instead? why is size() in DefaultListModel
|
||||
// different from getSize() in ListModel (or are they, really?)
|
||||
// different from getSize() in ListModel (or are they, really?)
|
||||
hideSuggestion();
|
||||
|
||||
if (listModel.size() != 0) {
|
||||
|
||||
Reference in New Issue
Block a user