mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
try to sensibly handle repeated imports of the same file. the same thing might be required for embeds
git-svn-id: svn://localhost/ardour2/branches/3.0@7975 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e98cf169eb
commit
aa78fb928b
4 changed files with 71 additions and 3 deletions
|
|
@ -49,6 +49,7 @@ InterthreadProgressWindow::InterthreadProgressWindow (ARDOUR::InterThreadInfo* i
|
|||
|
||||
set_default_size (200, 100);
|
||||
show_all ();
|
||||
hide ();
|
||||
|
||||
Glib::signal_timeout().connect (sigc::mem_fun (*this, &InterthreadProgressWindow::update), 100);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue