Skip to content

Commit

Permalink
Refs #7931. Removing offending line of code.
Browse files Browse the repository at this point in the history
After much searching, it turns out that resetting the display first causes the
disruption of progress updating. Doesn't make sense, but there it is.
  • Loading branch information
Michael Reuter committed Sep 12, 2013
1 parent d67b6a5 commit 6adc030
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ void MdViewerWidget::checkForUpdates()

if (strcmp(proxy->GetXMLName(), "MDEWRebinningCutter") == 0)
{
this->currentView->resetDisplay();
this->currentView->onAutoScale();
this->currentView->setAxisScales();
pqActiveObjects::instance().setActiveSource(src);
Expand Down

0 comments on commit 6adc030

Please sign in to comment.