Skip to content

Commit

Permalink
Merge pull request #2094 from proneon267/patch-13
Browse files Browse the repository at this point in the history
Corrected `toga.Window.title` backend for winforms
  • Loading branch information
freakboy3742 authored Aug 23, 2023
2 parents af8f0f0 + e57c7c5 commit 55aa2e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changes/2094.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes `TypeError` when `toga.Window.title` is invoked on WinForms.
1 change: 0 additions & 1 deletion winforms/src/toga_winforms/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def set_app(self, app):
return
self.native.Icon = icon_impl.native

@property
def get_title(self):
return self.native.Text

Expand Down

0 comments on commit 55aa2e3

Please sign in to comment.