JSearchTextField Fix

thobaben_serialize
Harald Wolff 2014-08-06 13:38:32 +02:00
parent 487248f71e
commit 2c9782fd45
1 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,6 @@ public class JSearchTextField extends JTextField implements FocusListener {
if (so != null)
{
setSelectedObject(so);
fireNewActionPerformed();
}
}
}
@ -316,7 +315,8 @@ public class JSearchTextField extends JTextField implements FocusListener {
setText(WellKnown.getDisplayLabel(selectedObject));
}
popupList.setVisible(false);
popupList.setVisible(false);
fireNewActionPerformed();
}