mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Some minor changes.
This commit is contained in:
@@ -182,10 +182,12 @@ Uint32 cUIWinMenu::OnMessage( const cUIMessage * Msg ) {
|
||||
tpop->Show();
|
||||
}
|
||||
} else {
|
||||
mCurrentMenu = tpop;
|
||||
if ( Msg->Flags() & EE_BUTTON_LMASK ) {
|
||||
mCurrentMenu = tpop;
|
||||
|
||||
tbut->Select();
|
||||
tpop->Show();
|
||||
tbut->Select();
|
||||
tpop->Show();
|
||||
}
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user