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
|
|
@ -111,7 +111,6 @@ ReturnUIWindow::ReturnUIWindow (boost::shared_ptr<Return> r, ARDOUR::Session* s)
|
|||
set_name ("ReturnUIWindow");
|
||||
|
||||
r->DropReferences.connect (going_away_connection, invalidator (*this), boost::bind (&ReturnUIWindow::return_going_away, this), gui_context());
|
||||
signal_delete_event().connect (sigc::bind (sigc::ptr_fun (just_hide_it), reinterpret_cast<Window *> (this)));
|
||||
}
|
||||
|
||||
ReturnUIWindow::~ReturnUIWindow ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue