From 0d1ff092aa6207ad6d515619f5c848a0b996354c Mon Sep 17 00:00:00 2001 From: Anton Piccardo-Selg Date: Thu, 30 Apr 2015 17:23:17 +0100 Subject: [PATCH] Refs #11666 set unbin button disabled for unbinned MDEvent source --- .../Vates/VatesSimpleGui/ViewWidgets/src/StandardView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/src/StandardView.cpp b/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/src/StandardView.cpp index 923da8d0236c..283c5b4da220 100644 --- a/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/src/StandardView.cpp +++ b/Code/Mantid/Vates/VatesSimpleGui/ViewWidgets/src/StandardView.cpp @@ -337,7 +337,7 @@ void StandardView::activeSourceChangeListener(pqPipelineSource* source) else if (workspaceType.find("MDEW Source") != std::string::npos) { this->allowRebinningOptions(true); - this->allowUnbinOption(true); + this->allowUnbinOption(false); } else {