Skip to content

Commit

Permalink
refs #10856. Minor behavioural change.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 7, 2015
1 parent 5f2b1e2 commit 4120dd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/MantidQt/SliceViewer/src/SliceViewer.cpp
Expand Up @@ -2321,7 +2321,10 @@ void SliceViewer::dropEvent(QDropEvent *e) {

}
if(!wsNames.empty()){
// Show these peaks workspaces
this->setPeaksWorkspaces(wsNames);
// Depresses the button without raising the clicked event
this->ui.btnPeakOverlay->setDown(true);
}
}
}
Expand Down

0 comments on commit 4120dd9

Please sign in to comment.