Kaydet (Commit) 8722e6f5 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

About dialog: Forgot to Show() the image when present.

Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694
üst 72a9ff06
......@@ -204,6 +204,7 @@ void AboutDialog::LayoutControls()
aLogoBitmap = aRasterizerLogo.Rasterize( aLogoSize );
aLogoImage.SetImage( Image( aLogoBitmap ) );
aLogoImage.SetPosSizePixel( aLogoPos, aLogoSize );
aLogoImage.Show();
}
// Position version text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment