Add files via upload

This commit is contained in:
themixray 2021-12-19 17:19:50 +03:00 committed by GitHub
parent c62119243e
commit 35285bd30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 11 deletions

View file

@ -36,7 +36,7 @@ class _win(_surface):
if size == None:
return self.size
else:
self._orig = _pg.display.set_mode(value)
self._orig = _pg.display.set_mode(size)
def title():
def fget(self):
return _pg.display.get_caption()[0]