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

This commit is contained in:
[CST] Focus
2014-11-11 14:35:34 +03:00
parent a12f4c0274
commit d20fc8f1bc

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