menu item says Fader and Pan, so the automation track should say the same for consistency
[ardour.git] / gtk2_ardour / ardour_dialog.cc
index decae49bd1ef2e1ad539f4c53f9f05e6d2d2d80c..c42243a1cde8960ea75993513e225cd9ecb2de46 100644 (file)
@@ -76,6 +76,7 @@ ArdourDialog::on_leave_notify_event (GdkEventCrossing *ev)
 void
 ArdourDialog::on_unmap ()
 {
+       Keyboard::the_keyboard().leave_window (0, this);
        Dialog::on_unmap ();
 }