mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
about window set as transient for editor, from nedko
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5710 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e39da411ce
commit
dbf3c856af
1 changed files with 2 additions and 0 deletions
|
|
@ -2646,6 +2646,8 @@ ARDOUR_UI::show_about ()
|
|||
about->signal_response().connect(mem_fun (*this, &ARDOUR_UI::about_signal_response) );
|
||||
}
|
||||
|
||||
about->set_transient_for(*editor);
|
||||
|
||||
about->show_all ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue