git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1317 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 411f3cc97a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-03-20 (Sun, 20 Mar 2011)
This commit is contained in:
Jacek Jendrzej
2011-03-20 15:20:52 +00:00
parent 4085468a5d
commit b2ebff6770

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);