Kaydet (Commit) 684c875e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Initialise more fields, especially mfFakeDPIScale

Now the iOS app displays the test document successfully again.

Change-Id: I71aeacc50e51a28ba1e8b67c7da42da0c848f997
üst 05e2d2bf
...@@ -290,7 +290,9 @@ AquaSalGraphics::AquaSalGraphics() ...@@ -290,7 +290,9 @@ AquaSalGraphics::AquaSalGraphics()
, mbVirDev( false ) , mbVirDev( false )
, mbWindow( false ) , mbWindow( false )
#else #else
: mpMacFontData( NULL ) : mrContext( NULL )
, mfFakeDPIScale( 1.0 )
, mpMacFontData( NULL )
, mpMacTextStyle( NULL ) , mpMacTextStyle( NULL )
, maTextColor( COL_BLACK ) , maTextColor( COL_BLACK )
, mbNonAntialiasedText( false ) , mbNonAntialiasedText( false )
......
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