Changed paths:
M Changes.md
M python/GafferUI/GadgetWidget.py
M python/GafferUITest/GadgetWidgetTest.py
Log Message:
-----------
GadgetWidget : Fix signal handling bug
This was broken in 9e052380bc2c272067827d6d0144b00cb3d41fbb, which switched from using a scoped to an unscoped connection. We need a scoped connection so that we automatically remove the connection to the previous viewport when making the connection to the new one.