mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove setting of avalon stylesheet
This commit is contained in:
parent
24e4eb47c7
commit
2a19104b96
1 changed files with 0 additions and 4 deletions
|
|
@ -144,13 +144,9 @@ class HostToolsHelper:
|
|||
|
||||
def show_subset_manager(self, parent=None):
|
||||
"""Show tool display/remove existing created instances."""
|
||||
from avalon import style
|
||||
|
||||
subset_manager_tool = self.get_subset_manager_tool(parent)
|
||||
subset_manager_tool.show()
|
||||
|
||||
subset_manager_tool.setStyleSheet(style.load_stylesheet())
|
||||
|
||||
# Pull window to the front.
|
||||
subset_manager_tool.raise_()
|
||||
subset_manager_tool.activateWindow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue