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

second fix for WaE

Change-Id: I127776bc0a1583107591c9a7abb7c2a5036c5839
üst 4b2d5d75
......@@ -884,6 +884,7 @@ bool ATSLayout::GetBoundRect( SalGraphics& rGraphics, Rectangle& rVCLRect ) cons
DBG_ASSERT( (numcontrols <= nMaxControls), "ATSLayout::GetBoundRect() numcontrols overflow" );
OSStatus theErr = ATSUSetLayoutControls (maATSULayout, numcontrols, theTags, theSizes, theValues);
(void) theErr;
DBG_ASSERT( (theErr==noErr), "ATSLayout::GetBoundRect ATSUSetLayoutControls failed!\n" );
Rect aMacRect;
......
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