fixing a selection bug

This commit is contained in:
Rolux 2010-02-08 15:09:15 +05:30
parent fbf87c9b1c
commit 63decc0af0

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