mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
debugging output for region list crash, part 2
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1927 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3fe1dbb882
commit
3f1584bd49
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ Editor::add_audio_region_to_region_display (boost::shared_ptr<AudioRegion> regio
|
|||
|
||||
cerr << "Region " << region->name() << " is hidden\n";
|
||||
|
||||
if (iter == region_list_model->children().end()) {
|
||||
if (!iter) {
|
||||
|
||||
cerr << "no parent node for hidden regions yet, add one\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue