mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add some flush_pending timeouts
This commit is contained in:
parent
3953879d4d
commit
ac8f4baa00
3 changed files with 4 additions and 4 deletions
|
|
@ -7909,7 +7909,7 @@ Editor::update_bring_in_message (Gtk::Label* label, uint32_t n, uint32_t total,
|
|||
{
|
||||
Timers::TimerSuspender t;
|
||||
label->set_text (string_compose ("Copying %1, %2 of %3", name, n, total));
|
||||
Gtkmm2ext::UI::instance()->flush_pending ();
|
||||
Gtkmm2ext::UI::instance()->flush_pending (1);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -7929,7 +7929,7 @@ Editor::bring_all_sources_into_session ()
|
|||
*/
|
||||
|
||||
Timers::TimerSuspender t;
|
||||
Gtkmm2ext::UI::instance()->flush_pending ();
|
||||
Gtkmm2ext::UI::instance()->flush_pending (3);
|
||||
|
||||
cerr << " Do it\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue