diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/headless/svpframe.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx index f159a0cd6f86..4df5328f8cea 100644 --- a/vcl/headless/svpframe.cxx +++ b/vcl/headless/svpframe.cxx @@ -440,8 +440,9 @@ void SvpSalFrame::UpdateSettings( AllSettings& rSettings ) bFreeGraphics = true; } rSettings.SetStyleSettings(aStyleSettings); +#ifndef IOS // For now... pGraphics->updateSettings(rSettings); - +#endif if (bFreeGraphics) ReleaseGraphics(pGraphics); } |