Skip to content

Commit

Permalink
Merge pull request #5 from raumlandbahnhof/master
Browse files Browse the repository at this point in the history
Solves display errors on Mac mini M1 (Monterey)
  • Loading branch information
matesh authored Jul 2, 2022
2 parents 5f775f5 + 9c3cb99 commit deca324
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mqttk/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,9 @@ def on_tab_select(self, *args, **kwargs):
self.log_tab.tab_selected()
else:
self.log_tab.tab_deselected()

# Solves display errors on Mac mini M1 (Monterey)
root.after(50, lambda: self.tabs.tab(self.tabs.select(), text=self.tabs.tab(self.tabs.select(), "text")))


def main():
Expand Down

0 comments on commit deca324

Please sign in to comment.