diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-07-16 14:31:55 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-07-16 14:32:45 +0200 |
commit | 8722e6f55b3625fb410f1aedf40ed8d0eb2612f0 (patch) | |
tree | 3f14be9d1e6380e3dca9af2c285ebd65f9340da7 /cui | |
parent | 72a9ff067d60c7bb43b66a1e26dfe5fb3395a403 (diff) |
About dialog: Forgot to Show() the image when present.
Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index cdf63a58e583..b45f686ed75d 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 |