Kaydet (Commit) 4b2d5d75 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix WaE on Mac

Change-Id: Icf73d7fd29900a59652b32060e0d66db5c75ad32
üst 7a26388f
......@@ -420,6 +420,7 @@ void ATSLayout::DrawText( SalGraphics& rGraphics ) const
DBG_ASSERT( (numcontrols <= nMaxControls), "ATSLayout::DrawText() numcontrols overflow" );
OSStatus theErr = ATSUSetLayoutControls (maATSULayout, numcontrols, theTags, theSizes, theValues);
(void) theErr;
DBG_ASSERT( (theErr==noErr), "ATSLayout::DrawText ATSUSetLayoutControls failed!\n" );
// Draw the text
......
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