Ticket #1001974: Unable to highlight and delete text in "Lookup" box - remove draggable setting in the "Lookup" search box

This commit is contained in:
Elaine Tan 2013-01-16 12:23:27 +08:00
parent 5927908b34
commit dc39833e47
1 changed files with 0 additions and 1 deletions

View File

@ -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 {