Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6e4353

Browse files
committed
Fix remaining issues with wordpad demo
1 parent5ee587d commita6e4353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎demo/wordpad.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def SaveChangesDialog(self):
362362

363363
classAboutForm(WinForms.Form):
364364
def__init__(self):
365-
super.__init__()
365+
super().__init__()
366366
self.InitializeComponent()
367367

368368
defInitializeComponent(self):
@@ -393,8 +393,8 @@ def InitializeComponent(self):
393393
self.Controls.AddRange((self.label1,self.btnClose))
394394

395395
self.FormBorderStyle=WinForms.FormBorderStyle.FixedDialog
396-
self.MaximizeBox=0
397-
self.MinimizeBox=0
396+
self.MaximizeBox=False
397+
self.MinimizeBox=False
398398
self.Name="AboutForm"
399399
self.ShowInTaskbar=False
400400
self.StartPosition=WinForms.FormStartPosition.CenterScreen

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp