position region editor @ mouse explicitly

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7179 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-05-27 12:41:09 +00:00
parent 32593eb61c
commit b5569b0d9d
1 changed files with 1 additions and 0 deletions

View File

@ -732,6 +732,7 @@ AudioRegionView::show_region_editor ()
}
editor->present ();
editor->set_position (Gtk::WIN_POS_MOUSE);
editor->show_all();
}