https://bugs.documentfoundation.org/show_bug.cgi?id=92213

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |91488
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #4 from Michael Meeks <[email protected]> ---
Hi Kendy; looks rather plausibly related to:

b0cd381de11340de8e72020f774a64d3ade6bbd9

Initialize X11SalVirtualDevice with appropriate SalGraphics.

+    GtkSalGraphics *pGtkSalGraphics = dynamic_cast<GtkSalGraphics*>(pG);
+    assert(pGtkSalGraphics);
+    return CreateX11VirtualDevice(pG, nDX, nDY, nBitCount, pGd,
+            new GtkSalGraphics(pGtkSalGraphics->GetGtkFrame(),
pGtkSalGraphics->GetGtkWidget()));

Seems like the GtkSalGraphics is not always associated with a parented frame,
but sometimes another virtual device (?) or ... something ;-)

It'd be great if you could take a look.

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to