Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2af03b9382
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-12 (Mon, 12 Sep 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-09-12 15:43:03 +02:00

View File

@@ -233,7 +233,7 @@ int CMessageBox::exec(int timeout)
result = mbrYes;
loop = false;
}
else if(msg==CRCInput::RC_right)
else if(msg==CRCInput::RC_right && ButtonCount > 1)
{
bool ok = false;
while (!ok)
@@ -257,7 +257,7 @@ int CMessageBox::exec(int timeout)
paintButtons();
}
}
else if(msg==CRCInput::RC_left)
else if(msg==CRCInput::RC_left && ButtonCount > 1)
{
bool ok = false;
while (!ok)