From 4233a54ac3bdd8475125b99a97c669f1d37d8dd6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Feb 2011 01:50:49 +0000 Subject: Somewhat unconvincing visual indication that plugin inserts are splitting mono inputs to stereo. git-svn-id: svn://localhost/ardour2/branches/3.0@8636 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/gtkmm2ext/gtkmm2ext/dndvbox.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/gtkmm2ext/gtkmm2ext') diff --git a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h index c2c74e6d55..27aec2a29e 100644 --- a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h +++ b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h @@ -60,6 +60,8 @@ public: signal_button_release_event().connect (bind (mem_fun (*this, &DnDVBox::button_release), (T *) 0)); signal_drag_motion().connect (mem_fun (*this, &DnDVBox::drag_motion)); signal_drag_leave().connect (mem_fun (*this, &DnDVBox::drag_leave)); + + _internal_vbox.show (); drag_dest_set (_targets); signal_drag_data_received().connect (mem_fun (*this, &DnDVBox::drag_data_received)); @@ -85,7 +87,7 @@ public: _internal_vbox.pack_start (child->widget(), false, false); _children.push_back (child); - child->widget().show_all (); + child->widget().show (); } /** @return Children, sorted into the order that they are currently being displayed in the widget */ -- cgit v1.2.3