Skip to content

Commit

Permalink
Modified Joulescope UI to work with MacOS 11.0.1, Big Sur #108
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Nov 20, 2020
1 parent 339c76d commit 704403a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -21,6 +21,7 @@ This file contains the list of changes made to pyjoulescope_ui.
* Added click on multimeter accumulate text to copy.
* Fixed automatic "play" when switching between Joulescopes #94
* Forced waveform update on streaming stop #109
* Modified Joulescope UI to work with MacOS 11.0.1, Big Sur #108


## 0.9.2
Expand Down
5 changes: 5 additions & 0 deletions joulescope_ui/entry_points/ui.py
Expand Up @@ -20,6 +20,11 @@
from joulescope_ui.main import run
from joulescope_ui.logging_util import LEVELS

# QT bug workaround for MacOS Big Sur, added 2020 Nov 20.
# https://bugreports.qt.io/browse/QTBUG-87014
import os
os.environ["QT_MAC_WANTS_LAYER"] = "1"


NAME = "ui"

Expand Down

0 comments on commit 704403a

Please sign in to comment.