gui/widget/stringinput.cpp: fix screen save/restore

Origin commit data
------------------
Branch: ni/coolstream
Commit: d20fc8f1bc
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-11 (Tue, 11 Nov 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-11-11 14:35:34 +03:00
parent 2df91f2e87
commit bfc4435b59

View File

@@ -898,7 +898,7 @@ const char * CPLPINInput::getHint1(void)
} }
} }
#define borderwidth 4 #define borderwidth SHADOW_OFFSET // FIXME: do we need border around ??
int CPLPINInput::exec( CMenuTarget* parent, const std::string & ) int CPLPINInput::exec( CMenuTarget* parent, const std::string & )
{ {