Fix nested comments

This commit is contained in:
Robin Gareus 2019-12-07 01:13:38 +01:00
parent 8be727114c
commit e0f7514e82
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1516,7 +1516,7 @@ Editor::sensitize_the_right_region_actions (bool because_canvas_crossing)
_region_actions->get_action("naturalize-region")->set_sensitive (false);
}
/* Todo: insert-region-from-source-list
/* Todo: insert-region-from-source-list */
/* XXX: should also check that there is a track of the appropriate type for the selected region */
#if 0
if (_edit_point == EditAtMouse || _regions->get_single_selection() == 0 || selection->tracks.empty()) {