From dc6a0691f3cf3cdf23c302a1ba6ea1423d13fe8c Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 2 Apr 2011 16:05:53 +0000 Subject: [PATCH] neutrino: fix missing rounded corners in stringinput git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1376 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/47009d9ec38964c8e5138e8cf6b03e436a685316 Author: Stefan Seyfried Date: 2011-04-02 (Sat, 02 Apr 2011) --- src/gui/widget/stringinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/stringinput.cpp b/src/gui/widget/stringinput.cpp index c2ec05a2b..1056de39f 100644 --- a/src/gui/widget/stringinput.cpp +++ b/src/gui/widget/stringinput.cpp @@ -538,7 +538,7 @@ void CStringInput::paint() int icol_w, icol_h; frameBuffer->paintBoxRel(x, y, width, hheight, COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_TOP); //round - frameBuffer->paintBoxRel(x, y + hheight, width, height - hheight, COL_MENUCONTENT_PLUS_0); + frameBuffer->paintBoxRel(x, y + hheight, width, height - hheight, COL_MENUCONTENT_PLUS_0, RADIUS_LARGE, CORNER_BOTTOM); if (!(iconfile.empty())) {