Skip to content

Commit

Permalink
Refs #7354. Fixing log scaling issue by moving shutdown reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Jul 9, 2013
1 parent c554b0e commit 76fac35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,11 @@ bool MdViewerWidget::eventFilter(QObject *obj, QEvent *ev)
{
this->ui.parallelProjButton->toggle();
}
this->ui.colorSelectionWidget->reset();
this->currentView->setColorScaleState(this->ui.colorSelectionWidget);
pqObjectBuilder* builder = pqApplicationCore::instance()->getObjectBuilder();
builder->destroySources();
this->ui.modeControlWidget->setToStandardView();
this->ui.colorSelectionWidget->reset();
this->currentView->setColorScaleState(this->ui.colorSelectionWidget);
return true;
}
}
Expand Down

0 comments on commit 76fac35

Please sign in to comment.