Mercurial > hg > svcore
diff base/View.cpp @ 44:701404725897
* Use commands for add/delete pane in main window
* Add compound command collection to command history (for add pane, import file
etc)
* Add hide/show pane and hidden pane list to PaneStack
* Various other fixes
author | Chris Cannam |
---|---|
date | Mon, 13 Mar 2006 17:55:19 +0000 |
parents | b8aae4f883b7 |
children | b11edc8b8ea0 |
line wrap: on
line diff
--- a/base/View.cpp Fri Mar 10 12:28:22 2006 +0000 +++ b/base/View.cpp Mon Mar 13 17:55:19 2006 +0000 @@ -154,8 +154,10 @@ } void -View::propertyContainerSelected(PropertyContainer *pc) +View::propertyContainerSelected(View *client, PropertyContainer *pc) { + if (client != this) return; + if (pc == m_propertyContainer) { if (m_haveSelectedLayer) { m_haveSelectedLayer = false;