2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Fix comment Hoikas

This commit is contained in:
Anne Marije v/d Meer
2014-04-25 11:57:33 +02:00
parent c0b63e4237
commit 192e4a252c

View File

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