Kaydet (Commit) 87f33f6f authored tarafından Chris Sherlock's avatar Chris Sherlock

VCL: make it more clear that this is a static function we are calling on

Change-Id: Ic7ac1a1bc3ac3901c844ee6e1c59a1518043f761
üst 081a0854
...@@ -549,7 +549,7 @@ void Application::SetSettings( const AllSettings& rSettings ) ...@@ -549,7 +549,7 @@ void Application::SetSettings( const AllSettings& rSettings )
{ {
nOldDPIX = pFirstFrame->mnDPIX; nOldDPIX = pFirstFrame->mnDPIX;
nOldDPIY = pFirstFrame->mnDPIY; nOldDPIY = pFirstFrame->mnDPIY;
InitAppFontData(); Application::InitAppFontData();
} }
Window* pFrame = pFirstFrame; Window* pFrame = pFirstFrame;
while ( pFrame ) while ( pFrame )
......
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