Update
This commit is contained in:
parent
9c5ee0fce1
commit
498b2a7a24
@ -1392,7 +1392,7 @@ events.prototype.keyDownSL = function(keycode) {
|
|||||||
}
|
}
|
||||||
if (keycode==39) { // right
|
if (keycode==39) { // right
|
||||||
if (offset==5) {
|
if (offset==5) {
|
||||||
core.ui.drawSLPanel(10*(page+1));
|
core.ui.drawSLPanel(10*(page+1)+1);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
core.ui.drawSLPanel(index + 1);
|
core.ui.drawSLPanel(index + 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user