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

Origin commit data
------------------
Commit: d20fc8f1bc
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-11 (Tue, 11 Nov 2014)
This commit is contained in:
[CST] Focus
2014-11-11 14:35:34 +03:00
parent fca89727ca
commit c665815487

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 & )
{