cui/source/dialogs/about.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 8722e6f55b3625fb410f1aedf40ed8d0eb2612f0 Author: Jan Holesovsky <ke...@suse.cz> Date: Mon Jul 16 14:31:55 2012 +0200
About dialog: Forgot to Show() the image when present. Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694 diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index cdf63a5..b45f686 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -204,6 +204,7 @@ void AboutDialog::LayoutControls() aLogoBitmap = aRasterizerLogo.Rasterize( aLogoSize ); aLogoImage.SetImage( Image( aLogoBitmap ) ); aLogoImage.SetPosSizePixel( aLogoPos, aLogoSize ); + aLogoImage.Show(); } // Position version text _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits