fixing a selection bug

This commit is contained in:
Rolux 2010-02-08 15:09:15 +05:30
parent a279bc7f6e
commit 417c641e74

View file

@ -2327,7 +2327,7 @@ requires
return false; return false;
} }
}); });
self.options.selected = -1; selectItem(-1);
scrollMenuUp(); scrollMenuUp();
that.hide(); that.hide();
if (self.options.parent) { if (self.options.parent) {