1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Fix comment Hoikas

This commit is contained in:
Anne Marije v/d Meer
2014-04-25 11:57:33 +02:00
parent bee6001b78
commit 04647a1c98

View File

@ -182,7 +182,7 @@ void pfGUIListBoxMod::IPostSetUpDynTextMap( void )
{
pfGUIColorScheme *scheme = GetColorScheme();
fDynTextMap->SetFont( scheme->fFontFace, scheme->fFontSize, scheme->fFontFlags,
HasFlag( kXparentBgnd ) ? false : true );
!HasFlag( kXparentBgnd ));
ICalcWrapStarts();
ICalcScrollRange();