remove setting of avalon stylesheet

This commit is contained in:
iLLiCiTiT 2021-11-12 19:59:54 +01:00
parent 24e4eb47c7
commit 2a19104b96

View file

@ -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()