disabe mode x in PageWind
This commit is contained in:
parent
d0076f336d
commit
e5950f95fd
|
@ -247,8 +247,8 @@ public:
|
|||
if(key == 1){ // Mode switch
|
||||
if(mode == 'N'){
|
||||
mode = 'L';
|
||||
} else if (mode == 'L') {
|
||||
mode = 'X';
|
||||
// } else if (mode == 'L') {
|
||||
// mode = 'X';
|
||||
} else {
|
||||
mode = 'N';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue