mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
ignore state-changes during [meter] context-menu popup (gtkmm bug?)
This commit is contained in:
parent
09243a326a
commit
5dae93e5ea
5 changed files with 13 additions and 2 deletions
|
|
@ -116,6 +116,7 @@ class MeterStrip : public Gtk::VBox, public RouteUI
|
|||
void parameter_changed (std::string const & p);
|
||||
void redraw_metrics ();
|
||||
|
||||
bool _suspend_menu_callbacks;
|
||||
bool level_meter_button_press (GdkEventButton* ev);
|
||||
void popup_level_meter_menu (GdkEventButton* ev);
|
||||
void add_level_meter_item (Gtk::Menu_Helpers::MenuList& items, Gtk::RadioMenuItem::Group& group, std::string const & name, ARDOUR::MeterType mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue