[Libreoffice-commits] .: cui/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Mon Jul 16 05:47:54 PDT 2012
cui/source/dialogs/about.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8722e6f55b3625fb410f1aedf40ed8d0eb2612f0
Author: Jan Holesovsky <kendy at 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
More information about the Libreoffice-commits
mailing list