From 1e3f90ed7b3060bbbe8c39a82d6b882e823572cd Mon Sep 17 00:00:00 2001
From: Anthony <anthony.lim@stfc.ac.uk>
Date: Fri, 4 Oct 2019 16:54:01 +0100
Subject: [PATCH] Update qt/scientific_interfaces/Direct/ALFView.cpp

---
 qt/scientific_interfaces/Direct/ALFView.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt/scientific_interfaces/Direct/ALFView.cpp b/qt/scientific_interfaces/Direct/ALFView.cpp
index e455b05cdd3..85139192e70 100644
--- a/qt/scientific_interfaces/Direct/ALFView.cpp
+++ b/qt/scientific_interfaces/Direct/ALFView.cpp
@@ -18,7 +18,7 @@
 namespace MantidQt {
 namespace CustomInterfaces {
 
-DECLARE_SUBWINDOW(ALFView)
+//DECLARE_SUBWINDOW(ALFView)
 
 /// static logger
 Mantid::Kernel::Logger g_log("ALFView");
@@ -35,4 +35,4 @@ void ALFView::initLayout() {
   m_presenter->initLayout();
 }
 } // namespace CustomInterfaces
-} // namespace MantidQt
\ No newline at end of file
+} // namespace MantidQt
-- 
GitLab