mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/windows: Fix bezel being shown on Installer's Preparing page
This commit is contained in:
parent
8168142c0c
commit
073adebd0a
1 changed files with 6 additions and 0 deletions
|
@ -1166,6 +1166,10 @@ end;
|
|||
|
||||
|
||||
//7.1 BEFORE INSTALL
|
||||
procedure PreparingFaceLift();
|
||||
begin
|
||||
WizardForm.Bevel.Visible := False;
|
||||
end;
|
||||
|
||||
//Create restore point
|
||||
procedure RestorePoint();
|
||||
|
@ -1844,6 +1848,8 @@ begin
|
|||
SelectComponentsFaceLift();
|
||||
wpReady:
|
||||
ReadyFaceLift();
|
||||
wpPreparing:
|
||||
PreparingFaceLift();
|
||||
wpInstalling:
|
||||
InstallingFaceLift();
|
||||
end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue