X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fregion_ops.txt;h=c6b4ab00e5aeef5745beae30f4a5a28086fb1ed0;hb=90e5220fa61839c7f7f9c1940181df2001f8d89f;hp=69851bf3ebdc5494126cf230e9b714c01d0d526c;hpb=b5ab2e030b3c8de6c7f41c8d533de2462437ce7c;p=ardour.git diff --git a/doc/region_ops.txt b/doc/region_ops.txt index 69851bf3eb..c6b4ab00e5 100644 --- a/doc/region_ops.txt +++ b/doc/region_ops.txt @@ -24,9 +24,8 @@ If the edit point is `mouse': if the mouse is over a selected region, or no region, this method returns all selected regions. if the mouse is over an unselected region, just that region is returned. -For other edit points the method returns the selected regions AND those that are both under the edit position -AND on a selected track, or on a track which is in the same active edit-enabled route group as a selected -region. +For other edit points the method returns the selected regions. If no regions are selected, it returns +the regions under the edit position on the selected tracks. The action handlers call the appropriate method to decide which regions to operate on.