mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
NO-OP: function call whitespace niggle
This commit is contained in:
parent
8037762690
commit
5b7b3860b8
1 changed files with 2 additions and 2 deletions
|
|
@ -92,8 +92,8 @@ ArdourDropdown::set_active (std::string const& text)
|
|||
int c = 0;
|
||||
for (MenuList::const_iterator i = items.begin(); i != items.end(); ++i, ++c) {
|
||||
if (i->get_label() == text) {
|
||||
_menu.set_active(c);
|
||||
_menu.activate_item(*i);
|
||||
_menu.set_active (c);
|
||||
_menu.activate_item (*i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue