git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1317 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2011-03-20 15:20:52 +00:00
parent 3f3eabf504
commit 411f3cc97a

View File

@@ -198,8 +198,8 @@ int CScreenSetup::exec(CMenuTarget* parent, const std::string &)
case CRCInput::RC_right:
{
int max = (selected == 0) ? 200 : frameBuffer->getScreenWidth(true) - 1;
if (y_coord[selected] >= max)
y_coord[selected] = max;
if (x_coord[selected] >= max)
x_coord[selected] = max;
else
{
unpaintBorder(selected);