Skip to content

Commit

Permalink
Bug fix: control.py left out from commit 8836537
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Aug 9, 2017
1 parent 2556073 commit 0ab8e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ def add(self, ctrl):
self._container.add(ctrl)
else:
#Add to global list
self._controls.append(ctrl)
self._content.append(ctrl)

#Add to viewer instance list too if not already being added
if not isviewer(self._target):
Expand Down

0 comments on commit 0ab8e7b

Please sign in to comment.