mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
window delete/hide is managed by WMProxy (amend to cb6f16ac)
This commit is contained in:
parent
2b0fef5933
commit
07be5beee7
11 changed files with 13 additions and 25 deletions
|
|
@ -148,7 +148,6 @@ PluginUIWindow::PluginUIWindow (
|
|||
set_name ("PluginEditor");
|
||||
add_events (Gdk::KEY_PRESS_MASK|Gdk::KEY_RELEASE_MASK|Gdk::BUTTON_PRESS_MASK|Gdk::BUTTON_RELEASE_MASK);
|
||||
|
||||
signal_delete_event().connect (sigc::bind (sigc::ptr_fun (just_hide_it), reinterpret_cast<Window*> (this)), false);
|
||||
insert->DropReferences.connect (death_connection, invalidator (*this), boost::bind (&PluginUIWindow::plugin_going_away, this), gui_context());
|
||||
|
||||
gint h = _pluginui->get_preferred_height ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue