mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
do not manage the remote control menu, since it is explicitly deleted during destruction of its parent RouteUI
git-svn-id: svn://localhost/ardour2/branches/3.0@3882 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d5391a9863
commit
599b18f950
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ RouteUI::update_rec_display ()
|
|||
void
|
||||
RouteUI::build_remote_control_menu ()
|
||||
{
|
||||
remote_control_menu = manage (new Menu);
|
||||
remote_control_menu = new Menu;
|
||||
refresh_remote_control_menu ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue