Mouse click behavior #2755

This commit is contained in:
Manindra Moharana
2014-08-13 12:48:54 +05:30
parent 7ab8f71b4e
commit cb97e69c38

View File

@@ -255,7 +255,7 @@ public class CompletionPanel {
public void mouseClicked(MouseEvent e) {
if (e.getClickCount() == 2) {
insertSelection();
//hide();
hide();
}
}
});