We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11d9dad + c4084a2 commit a03070cCopy full SHA for a03070c
clsStatusbar.cls
@@ -72,7 +72,7 @@ Public Property Get WidgetCode(OutOnlyV3 As Boolean) As String
72
Else
73
sInit = " Frame.__init__(self, master)"
74
End If
75
- WidgetCode = DefineStatusbar1 & sInit & DefineStatusbar2
+ WidgetCode = DefineStatusbar1 & sInit & DefineStatusbar2 & DefineStatusbar3
76
End Property
77
78
'输出PYTHON代码,
0 commit comments