*neutrino menu classes: use same background shape for not selected items

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1052 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
thilo
2011-01-26 11:04:32 +00:00
parent 7db6b6b842
commit 6def8cb87b

View File

@@ -132,7 +132,7 @@ void CMenuItem::paintItemBackground (const bool select_mode, const int &item_hei
//else if(last) ?? Why do we need this?
//frameBuffer->paintBoxRel(x, y, dx, item_height, i_bgcolor, RADIUS_LARGE, CORNER_BOTTOM); //FIXME
else
frameBuffer->paintBoxRel(x, y, dx, item_height, item_bgcolor);
frameBuffer->paintBoxRel(x, y, dx, item_height, item_bgcolor, RADIUS_LARGE);
}
void CMenuItem::paintItemCaption(const bool select_mode, const int &item_height, const char * left_text, const char * right_text)