Skip to content

Commit

Permalink
Hide UpdatePanel initially.
Browse files Browse the repository at this point in the history
It was appearing when running with /CC.
  • Loading branch information
jordanrussell authored Dec 2, 2024
1 parent 3774bc9 commit 9679c0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Projects/Src/IDE.MainForm.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ object MainForm: TMainForm
Align = alTop
BevelOuter = bvNone
TabOrder = 1
Visible = False
object UpdatePanelClosePaintBox: TPaintBox
AlignWithMargins = True
Left = 330
Expand Down Expand Up @@ -399,11 +400,11 @@ object MainForm: TMainForm
object UpdateLinkLabel: TLinkLabel
Left = 13
Top = 13
Width = 363
Width = 303
Height = 17
Caption =
'Your version of Inno Setup has been updated. Click <a id="whats' +
'new">here</a> to see what'#39's new.'
'Your version of Inno Setup has been updated! <a id="hwhatsnew">S' +
'ee what'#39's new</a>.'
TabOrder = 0
OnLinkClick = UpdateLinkLabelLinkClick
end
Expand Down

0 comments on commit 9679c0d

Please sign in to comment.