Group-type Parameter doesn't hide

Bug #1586648 reported by Adriel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyqtgraph
New
Undecided
Unassigned

Bug Description

I think that it is missing a call to the same method in the super class (as happens with the other Parameter types):

#Call base class to hide/show group-type parameter item
def optsChanged_Fix(self, param, opts):
    ParameterItem.optsChanged(self, param, opts)
    if 'addList' in opts:
        self.updateAddList()

GroupParameterItem.optsChanged = optsChanged_Fix

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.