mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 22:58:28 +02:00
msgbox: add missing handling of RC_home as cancel key
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f2d5302f4
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-26 (Mon, 26 Mar 2018)
Origin message was:
------------------
- msgbox: add missing handling of RC_home as cancel key
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -318,6 +318,10 @@ int CMsgBox::exec()
|
|||||||
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
|
result = (msg_result_t)ccw_footer->getSelectedButtonObject()->getButtonResult();
|
||||||
loop = false;
|
loop = false;
|
||||||
}
|
}
|
||||||
|
//***cancel button***
|
||||||
|
else if (msg == CRCInput::RC_home) {
|
||||||
|
loop = false;
|
||||||
|
}
|
||||||
//***ignore***
|
//***ignore***
|
||||||
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
|
else if (CNeutrinoApp::getInstance()->listModeKey(msg)){
|
||||||
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!
|
// do nothing //TODO: if passed rc messages are ignored rc messaages: has no effect here too!!
|
||||||
|
Reference in New Issue
Block a user