getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
213 stars 48 forks source link

Fix #487: Preserve loader styling in Maya 2020 #488

Closed BigRoy closed 4 years ago

BigRoy commented 4 years ago

What's changed?

This fixes #487 by avoiding the need to set a stylesheet to the QSplitter and instead have it be applied in the global avalon stylesheet.

I felt this was the best approach from the proposed solutions as it required the least amount of code, plus allows anyone to still override any styling themselves if they'd want.

Note: to test this with Maya 2020 you'll need #486 if you want to have Maya set up the Avalon menu correctly. You could still test it without that code, but you'd need to show the Avalon Loader through code manually.

davidlatwe commented 4 years ago

Can confirm this fixed the issue.