There was an error while loading. Please reload this page.
1 parent d6d912a commit 2d7b3ceCopy full SHA for 2d7b3ce
pdex/src/processing/mode/experimental/CompletionPanel.java
@@ -212,7 +212,7 @@ private int calcWidth() {
212
if(w == maxWidth)
213
horizontalScrollBarVisible = true;
214
w += editor.dmode.classIcon.getIconWidth(); // add icon width too!
215
- w += fm.stringWidth(" "); // a bit of offset
+ w += fm.stringWidth(" "); // a bit of offset
216
//log("popup width " + w);
217
return w; // popup menu width
218
}
0 commit comments