un-triple-buffer fastmeter (not finished), fix mixer strip name button, comment editor, +++

git-svn-id: svn://localhost/trunk/ardour2@175 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-12-06 16:21:06 +00:00
parent f04aa5e49a
commit dd455c894a
7 changed files with 73 additions and 133 deletions

View file

@ -30,7 +30,6 @@ using namespace Gtkmm2ext;
PopUp::PopUp (Gtk::WindowPosition pos, unsigned int showfor_msecs, bool doh)
: Window (WINDOW_POPUP)
{
add_events (Gdk::BUTTON_PRESS_MASK|Gdk::BUTTON_RELEASE_MASK);
signal_button_press_event().connect(mem_fun(*this,&PopUp::button_click));
set_border_width (12);