Mercurial > hg > easaier-soundaccess
diff sv/main/MainWindow.cpp @ 96:c70c6b99d871
inform the PaneStack that a new current layer is selected in the PropertyStack
author | lbajardsilogic |
---|---|
date | Tue, 10 Jul 2007 10:08:42 +0000 |
parents | 87495ac7710a |
children | c5387d9e572a |
line wrap: on
line diff
--- a/sv/main/MainWindow.cpp Thu Jul 05 16:31:31 2007 +0000 +++ b/sv/main/MainWindow.cpp Tue Jul 10 10:08:42 2007 +0000 @@ -5333,6 +5333,8 @@ connect(m_paneStack, SIGNAL(paneDeleted(Pane*)),m_multiPaneLayerContainer,SLOT(paneRemoved(Pane*))); connect(m_multiPaneLayerContainer, SIGNAL(removeSelectedItem()), this, SLOT(deleteCurrentLayer())); connect(this, SIGNAL(newCurrentPane(Pane*)), m_multiPaneLayerContainer, SLOT(currentPaneChanged(Pane*))); + connect(m_multiPaneLayerContainer, SIGNAL(propertyContainerSelected(View *, PropertyContainer *)), + m_paneStack, SLOT(propertyContainerSelected(View *, PropertyContainer *))); m_toolBox->insertItem(0,"Layers", m_multiPaneLayerContainer); }