From bfc4435b595d4e751d9ee6a264d12bbfb058b9da Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 11 Nov 2014 14:35:34 +0300 Subject: [PATCH] gui/widget/stringinput.cpp: fix screen save/restore Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d20fc8f1bc1f5f0b90a5fadd9ac7bc9cbbd9c613 Author: [CST] Focus Date: 2014-11-11 (Tue, 11 Nov 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 63c49153c..584483e80 100644 --- a/src/gui/widget/stringinput.cpp +++ b/src/gui/widget/stringinput.cpp @@ -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 & ) {