[Libreoffice-commits] .: Branch 'libreoffice-3-6' - cui/source
Andras Timar
timar at kemper.freedesktop.org
Mon Jul 16 05:58:24 PDT 2012
cui/source/dialogs/about.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ede7e6e18ceb6f48b5e4d2c8a8c770670b1cbf55
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
Signed-off-by: Andras Timar <atimar at 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
More information about the Libreoffice-commits
mailing list