mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix spacey tabs.
git-svn-id: svn://localhost/ardour2/branches/3.0@10197 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4383cce993
commit
bbcb8125b7
1 changed files with 95 additions and 98 deletions
|
|
@ -451,8 +451,7 @@ Editor::get_equivalent_regions (RegionSelection & basis, PBD::PropertyID prop) c
|
||||||
|
|
||||||
mapover_tracks (
|
mapover_tracks (
|
||||||
sigc::bind (sigc::mem_fun (*this, &Editor::mapped_get_equivalent_regions), *i, &eq),
|
sigc::bind (sigc::mem_fun (*this, &Editor::mapped_get_equivalent_regions), *i, &eq),
|
||||||
&(*i)->get_time_axis_view(), prop
|
&(*i)->get_time_axis_view(), prop);
|
||||||
);
|
|
||||||
|
|
||||||
for (vector<RegionView*>::iterator j = eq.begin(); j != eq.end(); ++j) {
|
for (vector<RegionView*>::iterator j = eq.begin(); j != eq.end(); ++j) {
|
||||||
equivalent.add (*j);
|
equivalent.add (*j);
|
||||||
|
|
@ -1311,9 +1310,7 @@ Editor::invert_selection ()
|
||||||
* within the region are already selected.
|
* within the region are already selected.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
Editor::select_all_within (
|
Editor::select_all_within (framepos_t start, framepos_t end, double top, double bot, const TrackViewList& tracklist, Selection::Operation op, bool preserve_if_selected)
|
||||||
framepos_t start, framepos_t end, double top, double bot, const TrackViewList& tracklist, Selection::Operation op, bool preserve_if_selected
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
list<Selectable*> found;
|
list<Selectable*> found;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue