button format note, debugging flickery popup

This commit is contained in:
Ben Fry
2015-09-21 19:06:24 -04:00
parent 38397128fc
commit fc3e006772
2 changed files with 3 additions and 0 deletions

View File

@@ -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) {