mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
stringinput: fix rounded corners for SMS stringinput
The SMS stringinput method has a button bar below the input field, so the rounded corners are on the button bar instead of the input field. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1377 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -70,7 +70,7 @@ class CStringInput : public CMenuTarget
|
||||
virtual void init();
|
||||
virtual const char * getHint1(void);
|
||||
|
||||
virtual void paint();
|
||||
virtual void paint(bool buttons = false);
|
||||
virtual void paintChar(int pos, char c);
|
||||
virtual void paintChar(int pos);
|
||||
|
||||
@@ -121,7 +121,7 @@ class CStringInputSMS : public CStringInput
|
||||
virtual void keyLeftPressed();
|
||||
virtual void keyRightPressed();
|
||||
|
||||
virtual void paint();
|
||||
virtual void paint(bool dummy = false);
|
||||
void initSMS(const char * const Valid_Chars);
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user