Skip to content

Commit

Permalink
Merge pull request #18 from iibeibei/master
Browse files Browse the repository at this point in the history
漏了代码没有拼接上,导致生成的代码有缺陷
  • Loading branch information
cdhigh authored May 27, 2024
2 parents 11d9dad + c4084a2 commit a03070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clsStatusbar.cls
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Public Property Get WidgetCode(OutOnlyV3 As Boolean) As String
Else
sInit = " Frame.__init__(self, master)"
End If
WidgetCode = DefineStatusbar1 & sInit & DefineStatusbar2
WidgetCode = DefineStatusbar1 & sInit & DefineStatusbar2 & DefineStatusbar3
End Property

'输出PYTHON代码,
Expand Down

0 comments on commit a03070c

Please sign in to comment.