mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Properly emit Plugin::DropReferences (2/2)
This also destroys the shadow plugin used for analysis as soon as the analysis pane is hidden.
This commit is contained in:
parent
7ab664d5a4
commit
0f7850b0b7
3 changed files with 11 additions and 6 deletions
|
|
@ -891,7 +891,6 @@ PlugUIBase::toggle_plugin_analysis()
|
|||
|
||||
plugin_analysis_expander.add (*eqgui);
|
||||
plugin_analysis_expander.show_all ();
|
||||
eqgui->start_listening ();
|
||||
}
|
||||
|
||||
if (!plugin_analysis_expander.get_expanded()) {
|
||||
|
|
@ -899,7 +898,6 @@ PlugUIBase::toggle_plugin_analysis()
|
|||
const int child_height = plugin_analysis_expander.get_child ()->get_height ();
|
||||
|
||||
eqgui->hide ();
|
||||
eqgui->stop_listening ();
|
||||
plugin_analysis_expander.remove();
|
||||
|
||||
Gtk::Window *toplevel = (Gtk::Window*) plugin_analysis_expander.get_ancestor (GTK_TYPE_WINDOW);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue