Kaydet (Commit) 59e59a16 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fdo#57472: VclContainer: make it paint-transparent

Change-Id: I02f09ecf7edb8a8b01b996782ee9618988b5f56e
üst 895a367d
...@@ -16,6 +16,7 @@ VclContainer::VclContainer(Window *pParent) ...@@ -16,6 +16,7 @@ VclContainer::VclContainer(Window *pParent)
, m_bLayoutDirty(true) , m_bLayoutDirty(true)
{ {
ImplInit(pParent, WB_HIDE, NULL); ImplInit(pParent, WB_HIDE, NULL);
SetPaintTransparent(sal_True);
SetBackground(); SetBackground();
} }
......
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