mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Micro-optimization: only recreate polarity buttons as needed
This commit is contained in:
parent
6120d4d43a
commit
e79b762daa
2 changed files with 9 additions and 2 deletions
|
|
@ -345,6 +345,7 @@ private:
|
|||
int _i_am_the_modifier;
|
||||
std::vector<ArdourWidgets::ArdourButton*> _invert_buttons;
|
||||
Gtk::Menu* _invert_menu;
|
||||
uint32_t _n_polarity_invert;
|
||||
|
||||
StripableColorDialog _color_picker;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue