Mercurial > hg > svcore
diff base/View.cpp @ 65:e1aad27029e3
* Add stub for item-edit dialog (for editing properties of an item on double-
click) -- doesn't actually do anything yet
* Add code to invoke said non-working item-edit dialog on double-click in
time-value, time-instants and note layers
* Add overlay mode (no text, basic text, all text)
author | Chris Cannam |
---|---|
date | Thu, 30 Mar 2006 15:00:22 +0000 |
parents | 709d63d90028 |
children | c983dda79f72 |
line wrap: on
line diff
--- a/base/View.cpp Thu Mar 30 13:18:11 2006 +0000 +++ b/base/View.cpp Thu Mar 30 15:00:22 2006 +0000 @@ -455,6 +455,8 @@ this, SLOT(selectionChanged())); connect(m_manager, SIGNAL(inProgressSelectionChanged()), this, SLOT(selectionChanged())); + connect(m_manager, SIGNAL(overlayModeChanged()), + this, SLOT(update())); connect(this, SIGNAL(centreFrameChanged(void *, unsigned long, bool)), m_manager, SIGNAL(centreFrameChanged(void *, unsigned long, bool)));