Changed hotkeys behavior in goto_next_area menu
This commit is contained in:
parent
aa50955806
commit
3e941b03a7
@ -221,14 +221,10 @@ int GMenuNewarea::Run() {
|
||||
|
||||
HandleGEvent(EVTT_ENDOFMSGS);
|
||||
|
||||
uint _temp = AA->lastread();
|
||||
gkey _yeskey = Key_Rgt;
|
||||
gkey _nokey = Key_Lft;
|
||||
|
||||
if(AA->isreadmark)
|
||||
_temp = AA->Mark.Find(AA->Msgn.CvtReln(AA->lastread()));
|
||||
|
||||
if ((_temp <= 1) && (AA->Msgn.Count() > 1))
|
||||
if (reader_direction == DIR_PREV)
|
||||
{
|
||||
_yeskey = Key_Lft;
|
||||
_nokey = Key_Rgt;
|
||||
|
Reference in New Issue
Block a user