mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
f04aa5e49a
commit
dd455c894a
7 changed files with 73 additions and 133 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue