mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
build/windows: Fix buttons bar glitch on Installer /SILENT mode
This commit is contained in:
parent
1d2add6606
commit
fa6854a896
1 changed files with 63 additions and 61 deletions
|
@ -736,6 +736,7 @@ var
|
||||||
procedure UpdateWizardImages();
|
procedure UpdateWizardImages();
|
||||||
var TopBitmap,BottomBitmap: TFileStream;
|
var TopBitmap,BottomBitmap: TFileStream;
|
||||||
begin
|
begin
|
||||||
|
if not WizardSilent then begin
|
||||||
//Automatically scaled splash image
|
//Automatically scaled splash image
|
||||||
WelcomeBitmapTop := TBitmapImage.Create(WizardForm.WelcomePage);
|
WelcomeBitmapTop := TBitmapImage.Create(WizardForm.WelcomePage);
|
||||||
with WelcomeBitmapTop do
|
with WelcomeBitmapTop do
|
||||||
|
@ -799,6 +800,7 @@ begin
|
||||||
end;
|
end;
|
||||||
WizardForm.WizardBitmapImage.Width := WizardForm.ClientWidth;
|
WizardForm.WizardBitmapImage.Width := WizardForm.ClientWidth;
|
||||||
WizardForm.WizardBitmapImage.Height := WizardForm.ClientHeight;
|
WizardForm.WizardBitmapImage.Height := WizardForm.ClientHeight;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure PrepareWelcomePage();
|
procedure PrepareWelcomePage();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue