Skip to content

Commit

Permalink
#267 Fixed resize
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed May 15, 2023
1 parent 1464d08 commit 717cdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokete_classes/movemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def resize_view(self):
if notifier.notified:
notifier.notification.add(self, self.width - saved_coords, 0)
for _, rmtplr in pc_manager.reg.items():
rmtplr.name_tag.add_name_tag()
rmtplr.add_name_tag()

def resize(self, height, width, background=" "):
"""Resizes the map and its attributes
Expand Down

0 comments on commit 717cdc0

Please sign in to comment.