Page MenuHomePhabricator

Errors pop-up twice in RegionGrowing
Closed, ResolvedPublic

Description

The Error-Message ""
shows-up twice when clicking on the ConfirmSegementation-button.
Same happens on any other Error concerning the widget.

Occures on Win7 and Ubuntu 64bit. The reasons seems to be a double emitted Qt-Siganl.

Event Timeline

[58a2cf]: Merge branch 'bug-13483-AdaptiveRegiongrowingQtSignalsConnectedTwice'

Merged commits:

2012-10-25 13:13:13 Christian Weber [1b1b99]
Fixed doubled registration of qt signal

CreateConnections was called by the creating widget and by the created widget
resulting in a doubled reception of the clicked() event. Fixed by deleting the function call in the creating widget.