mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
button format note, debugging flickery popup
This commit is contained in:
@@ -954,6 +954,7 @@ public class JavaTextArea extends JEditTextArea {
|
||||
* @param subWord
|
||||
*/
|
||||
protected void showSuggestion(DefaultListModel<CompletionCandidate> listModel, String subWord) {
|
||||
//new Exception(System.currentTimeMillis() + "").printStackTrace(System.out);
|
||||
hideSuggestion();
|
||||
|
||||
if (listModel.size() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user