Revert "route group dialog grabs focus when shown"

Unnecessary change.

This reverts commit fe0cde3781.
This commit is contained in:
Paul Davis 2022-10-05 15:57:41 -06:00
parent 91bdfaa824
commit 2af00a3f69
2 changed files with 0 additions and 9 deletions

View file

@ -242,10 +242,3 @@ RouteGroupDialog::unique_name (std::string const name) const
return (i == route_groups.end ());
}
void
RouteGroupDialog::on_map ()
{
ArdourDialog::on_map ();
_name.grab_focus ();
}

View file

@ -37,8 +37,6 @@ public:
ARDOUR::RouteGroup* group() const { return _group; }
bool name_check () const;
void on_map ();
private:
ARDOUR::RouteGroup* _group;
std::string _initial_name;