Skip to content

Commit

Permalink
Refs #7363. Keep properties panel attached. Whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Apr 16, 2015
1 parent 44aa580 commit 172afec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Code/Mantid/MantidPlot/src/Mantid/MantidUI.h
Expand Up @@ -563,8 +563,7 @@ private slots:

// Stores dependent mdi windows. If the 'key' window closes, all 'value' ones must be closed as well.
std::multimap<MdiSubWindow*,MdiSubWindow*> m_mdiDependency;

QMdiSubWindow *m_vatesSubWindow; ///< Holder for the Vates interface sub-window
QMdiSubWindow *m_vatesSubWindow; ///< Holder for the Vates interface sub-window

//prevents some repeated code realtating to log names
void formatLogName(QString &label, const QString &wsName);
Expand Down
Expand Up @@ -287,8 +287,8 @@ void MdViewerWidget::connectLoadDataReaction(QAction *action)
*/
void MdViewerWidget::removeProxyTabWidgetConnections()
{
QObject::disconnect(&pqActiveObjects::instance(), 0,
this->ui.propertiesPanel, 0);
//QObject::disconnect(&pqActiveObjects::instance(), 0,
// this->ui.propertiesPanel, 0);
//this->ui.propertiesPanel->setRepresentation(NULL);
//this->ui.propertiesPanel->setView(NULL);
//this->ui.propertiesPanel->setOutputPort(NULL);
Expand Down

0 comments on commit 172afec

Please sign in to comment.