Skip to content

Commit a03070c

Browse files
authored
Merge pull request #18 from iibeibei/master
漏了代码没有拼接上,导致生成的代码有缺陷
2 parents 11d9dad + c4084a2 commit a03070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clsStatusbar.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Public Property Get WidgetCode(OutOnlyV3 As Boolean) As String
7272
Else
7373
sInit = " Frame.__init__(self, master)"
7474
End If
75-
WidgetCode = DefineStatusbar1 & sInit & DefineStatusbar2
75+
WidgetCode = DefineStatusbar1 & sInit & DefineStatusbar2 & DefineStatusbar3
7676
End Property
7777

7878
'输出PYTHON代码,

0 commit comments

Comments
 (0)