mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
refill library download dialog on show
This commit is contained in:
parent
d7a88eecb1
commit
980404d73c
2 changed files with 22 additions and 3 deletions
|
|
@ -47,6 +47,7 @@ class LibraryDownloadDialog : public ArdourDialog
|
|||
~LibraryDownloadDialog ();
|
||||
|
||||
void add_library (ARDOUR::LibraryDescription const &);
|
||||
void on_show ();
|
||||
|
||||
private:
|
||||
class LibraryColumns : public Gtk::TreeModelColumnRecord {
|
||||
|
|
@ -115,6 +116,7 @@ class LibraryDownloadDialog : public ArdourDialog
|
|||
|
||||
Gtk::TextView description_view;
|
||||
void library_selected ();
|
||||
void refill ();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue