cui/source/dialogs/about.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit ede7e6e18ceb6f48b5e4d2c8a8c770670b1cbf55 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 Signed-off-by: Andras Timar <ati...@suse.com> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index eff0e6b..65f6bdd 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -226,6 +226,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