make strip-as-GUI-for-send work for metering too ; frame around session summary widget ; tooltip for editor group tabs ; route group dialog name entry is now activatable (return == click on ok)

git-svn-id: svn://localhost/ardour2/branches/3.0@6137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-20 15:26:34 +00:00
parent 648450781b
commit 8f7f171877
9 changed files with 120 additions and 104 deletions

View file

@ -362,8 +362,6 @@ Delivery::state (bool full_state)
node.add_property("type", "delivery");
}
std::cerr << "delivery " << _name << " storing role " << _role << " as " << enum_2_string (_role) << std::endl;
node.add_property("role", enum_2_string(_role));
node.add_child_nocopy (_panner->state (full_state));

View file

@ -81,7 +81,8 @@ Send::deactivate ()
{
_amp->deactivate ();
_meter->deactivate ();
_meter->reset ();
Processor::deactivate ();
}