Remove 'fix' which didn't originally fix the UI issue - it was a styleSheet issue

This commit is contained in:
Roy Nieterau 2023-01-06 16:10:26 +01:00
parent bcac4d1faf
commit 1c4ff746ad

View file

@ -20,9 +20,6 @@ class SubstanceAddon(OpenPypeModule, IHostAddon):
env["SUBSTANCE_PAINTER_PLUGINS_PATH"] = plugin_path
# Fix UI scale issue
env.pop("QT_AUTO_SCREEN_SCALE_FACTOR", None)
def get_launch_hook_paths(self, app):
if app.host_name != self.host_name:
return []