mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
Mouse click behavior #2755
This commit is contained in:
@@ -255,7 +255,7 @@ public class CompletionPanel {
|
||||
public void mouseClicked(MouseEvent e) {
|
||||
if (e.getClickCount() == 2) {
|
||||
insertSelection();
|
||||
//hide();
|
||||
hide();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user