mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
pop 'QT_AUTO_SCREEN_SCALE_FACTOR' in hiero implementation
This commit is contained in:
parent
391500b2a0
commit
cda9beb2fd
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ def add_implementation_envs(env, _app):
|
|||
new_hiero_paths.append(norm_path)
|
||||
|
||||
env["HIERO_PLUGIN_PATH"] = os.pathsep.join(new_hiero_paths)
|
||||
env.pop("QT_AUTO_SCREEN_SCALE_FACTOR", None)
|
||||
|
||||
# Try to add QuickTime to PATH
|
||||
quick_time_path = "C:/Program Files (x86)/QuickTime/QTSystem"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue