Merge with develop

--HG--
branch : compatibility-develop
hg/compatibility-develop
Nimetu 7 years ago
commit 9debb33767

@ -6200,6 +6200,12 @@ namespace NLGUI
{
const CStyleParams current = _Style;
if (inherit)
{
style.Underlined = current.Underlined;
style.StrikeThrough = current.StrikeThrough;
}
float tmpf;
TStyle styles = parseStyle(styleString);
TStyle::iterator it;
@ -6421,11 +6427,6 @@ namespace NLGUI
style.GlobalColor = b;
}
}
if (inherit)
{
style.Underlined = current.Underlined || style.Underlined;
style.StrikeThrough = current.StrikeThrough || style.StrikeThrough;
}
}
// ***************************************************************************

Loading…
Cancel
Save