Fixes interference problems with submenu timer.

This commit is contained in:
zorkow 2015-09-01 01:58:38 +01:00
parent c890d8183d
commit faeae3e105

View File

@ -864,6 +864,10 @@
}
MENU.Focus(menu);
},
MoveVertical: function(event, item, move) {
this.ClearTimer();
this.SUPER(arguments).MoveVertical.apply(this, arguments);
},
MoveHorizontal: function(event, menu, move, rtl) {
if (this.disabled) {
return;