mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
significant changes in code to handle import/embedding - much cleaner and less code, plus the import progress bar now works; unify response handling for Gtkmm2ext::Choice
git-svn-id: svn://localhost/trunk/ardour2@415 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
004a49b0c7
commit
3aa346b253
25 changed files with 647 additions and 647 deletions
|
|
@ -212,8 +212,6 @@ CrossfadeEditor::CrossfadeEditor (Session& s, Crossfade& xf, double my, double m
|
|||
|
||||
for (list<Preset*>::iterator i = fade_out_presets->begin(); i != fade_out_presets->end(); ++i) {
|
||||
|
||||
cerr << "looking for xpm " << (*i)->xpm << endl;
|
||||
|
||||
pxmap = manage (new Image (get_xpm((*i)->xpm)));
|
||||
pbutton = manage (new Button);
|
||||
pbutton->add (*pxmap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue