mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
update LuaWindow output on-the-go (allow progress print)
This commit is contained in:
parent
c2c5062539
commit
f71ad74ca7
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ LuaWindow::append_text (std::string s)
|
|||
Glib::RefPtr<Gtk::TextBuffer> tb (outtext.get_buffer());
|
||||
tb->insert (tb->end(), s + "\n");
|
||||
scroll_to_bottom ();
|
||||
Gtkmm2ext::UI::instance()->flush_pending (0.05);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue