Ticket #1001974: Unable to highlight and delete text in "Lookup" box - remove draggable setting in the "Lookup" search box
This commit is contained in:
parent
5927908b34
commit
dc39833e47
|
@ -45,7 +45,6 @@ public class MenuSearchPanel extends AbstractMenuPanel
|
|||
{
|
||||
super.init();
|
||||
pnlSearch.initialise();
|
||||
pnlSearch.cmbSearch.setDraggable("favourite");
|
||||
|
||||
EventQueues.lookup(MenuTreeFilterPanel.MENU_TREE_FILTER_CHECKED_QUEUE, EventQueues.APPLICATION, true).subscribe(new EventListener<Event>() {
|
||||
public void onEvent(Event event) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue