Skip to content

Commit

Permalink
add "export QT_MAC_WANTS_LAYER=1"
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Feb 24, 2021
1 parent a9d8421 commit b6aead4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/osx/APP/FreeCAD.app/Contents/MacOS/FreeCAD
Expand Up @@ -11,4 +11,5 @@ export FONTCONFIG_PATH=/etc/fonts
export LANG="UTF-8" # https://forum.freecadweb.org/viewtopic.php?f=22&t=42644
export SSL_CERT_FILE=${PREFIX}/ssl/cacert.pem # https://forum.freecadweb.org/viewtopic.php?f=3&t=42825
export GIT_SSL_CAINFO=${PREFIX}/ssl/cacert.pem
export QT_MAC_WANTS_LAYER=1
"${PREFIX}/bin/freecad" $@

0 comments on commit b6aead4

Please sign in to comment.