Skip to content
Snippets Groups Projects
Commit 0d97fba0 authored by Marco Biasini's avatar Marco Biasini
Browse files

Allow inspector to resize when switching tabs

parent c4e1021f
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class RenderOptionsWidget(ComboOptionsWidget):
self._in_view_method = False
self.setMinimumSize(250,200)
def OnActivate(self, item):
pass
self.DoResize()
def OnComboChange(self, item):
scene_selection = gui.SceneSelection.Instance()
for i in range(0,scene_selection.GetActiveNodeCount()):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment