Skip to content

Commit c4084a2

Browse files
committed
漏了代码没有拼接上,导致生成的代码有缺陷
1 parent 11d9dad commit c4084a2

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)