Skip to content

Commit 3fc4fb8

Browse files
Tom O'ReillyTom O'Reilly
authored andcommitted
removed topoDataItem->clearAddedActors()
1 parent 330dd45 commit 3fc4fb8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/qt-guilib/DrawInteractorStyle.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ void DrawInteractorStyle::OnLeftButtonUp() {
9292
qDebug() << "Clear existing widgets and profile line";
9393

9494
// First point of profile defined; clear existing widgets
95-
topoDataItem_->clearAddedActors();
96-
9795
// Detach each widget from the Interactor before releasing memory
9896
for (auto &w : pinWidgets_) {
9997
w->EnabledOff();

0 commit comments

Comments
 (0)