https://bugs.documentfoundation.org/show_bug.cgi?id=159358
--- Comment #5 from Heiko Tietze <[email protected]> --- Created attachment 192163 --> https://bugs.documentfoundation.org/attachment.cgi?id=192163&action=edit DialControl with COL_TRANSPARENT background Using COL_TRANSPARENT is also not a success as it makes the background white for gtk3. Quick and dirty test with +++ b/svx/source/dialog/dialcontrol.cxx @@ -112,7 +112,7 @@ void DialControlBmp::DrawElements( const OUString& rText, Degree100 nAngle ) Color DialControlBmp::GetBackgroundColor() const { - return GetSettings().GetStyleSettings().GetDialogColor(); + return COL_TRANSPARENT;// GetSettings().GetStyleSettings().GetDialogColor(); } -- You are receiving this mail because: You are the assignee for the bug.
