Kaydet (Commit) 681e894b authored tarafından Ivan Timofeev's avatar Ivan Timofeev

brain fog: logic error

Change-Id: I1ebfad03dca16b7530a44dfc7576ff5b73f681aa
üst 08ec85d0
...@@ -2243,7 +2243,7 @@ static void NWPaintOneEditBox( SalX11Screen nScreen, ...@@ -2243,7 +2243,7 @@ static void NWPaintOneEditBox( SalX11Screen nScreen,
"interior-focus", &bInteriorFocus, "interior-focus", &bInteriorFocus,
"focus-line-width", &nFocusLineWidth, "focus-line-width", &nFocusLineWidth,
(char *)NULL); (char *)NULL);
if ( bInteriorFocus ) if ( !bInteriorFocus )
{ {
xborder += nFocusLineWidth; xborder += nFocusLineWidth;
yborder += nFocusLineWidth; yborder += nFocusLineWidth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment