Reconnect region name signalling so that trim drags can be started over a region's name.
git-svn-id: svn://localhost/ardour2/branches/3.0@6499 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e33d7a56b4
commit
722a489fd1
@ -172,10 +172,12 @@ RegionView::init (Gdk::Color const & basic_color, bool wfd)
|
|||||||
|
|
||||||
if (name_pixbuf) {
|
if (name_pixbuf) {
|
||||||
name_pixbuf->set_data ("regionview", this);
|
name_pixbuf->set_data ("regionview", this);
|
||||||
|
name_pixbuf->signal_event().connect (sigc::bind (sigc::mem_fun (PublicEditor::instance(), &PublicEditor::canvas_region_view_name_event), name_pixbuf, this));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wfd)
|
if (wfd) {
|
||||||
_enable_display = true;
|
_enable_display = true;
|
||||||
|
}
|
||||||
|
|
||||||
set_height (trackview.current_height());
|
set_height (trackview.current_height());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user