Kaydet (Commit) 872c1b76 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3: it's the *Original* device we care about, not the temp clip hack devices

Change-Id: I2ac61cd2a99da25122165af692154fdbc2ac6d2e
üst 3d22df17
......@@ -1154,7 +1154,7 @@ bool SvpSalGraphics::supportsOperation(OutDevSupportType eType) const
{
if (m_aDrawMode == basebmp::DrawMode::XOR)
return false;
if (!isCairoCompatible(m_aDevice))
if (!isCairoCompatible(m_aOrigDevice))
return false;
switch (eType)
{
......
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