Kaydet (Commit) 0fe99840 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind fix for macOS tb49

Change-Id: Ied40189dc17d05c77af7bcf069f8d68a199fc03f
Reviewed-on: https://gerrit.libreoffice.org/72584
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst b7b26dad
......@@ -73,13 +73,17 @@ public:
void saveState()
{
#if OSL_DEBUG_LEVEL > 0
SAL_INFO("vcl.cg", "CGContextSaveGState(" << mpContext << ") " << ++mnContextStackDepth);
#endif
CGContextSaveGState(mpContext);
}
void restoreState()
{
#if OSL_DEBUG_LEVEL > 0
SAL_INFO("vcl.cg", "CGContextRestoreGState(" << mpContext << ") " << mnContextStackDepth--);
#endif
CGContextRestoreGState(mpContext);
}
};
......
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