Kaydet (Commit) 2c10ed72 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No updateSettings() in AquaSalGraphics

Just ifdef out the call of it for now. This is a temporary solution,
we presumably do want dialogs to be "themed" appropriately for the iOS
app.

Change-Id: I0b14bd59ecc13037c9ff2a286405a5020081f1d5
Reviewed-on: https://gerrit.libreoffice.org/63112Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
(cherry picked from commit 237042b8)
üst ce6f42c5
...@@ -440,8 +440,9 @@ void SvpSalFrame::UpdateSettings( AllSettings& rSettings ) ...@@ -440,8 +440,9 @@ void SvpSalFrame::UpdateSettings( AllSettings& rSettings )
bFreeGraphics = true; bFreeGraphics = true;
} }
rSettings.SetStyleSettings(aStyleSettings); rSettings.SetStyleSettings(aStyleSettings);
#ifndef IOS // For now...
pGraphics->updateSettings(rSettings); pGraphics->updateSettings(rSettings);
#endif
if (bFreeGraphics) if (bFreeGraphics)
ReleaseGraphics(pGraphics); ReleaseGraphics(pGraphics);
} }
......
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