fix up meter thread management when JACK client starts/stops/is halted ; put focus...
[ardour.git] / gtk2_ardour / editor_selection.cc
index 86ab115536c006eb97a85cd0d1985383b71a13af..1c22668d99d5f6671a407d6a941ac0ec8c4a69a0 100644 (file)
@@ -1347,6 +1347,12 @@ Editor::get_edit_op_range (nframes64_t& start, nframes64_t& end) const
                swap (start, end);
        }
 
+       /* turn range into one delimited by start...end,
+          not start...end-1
+       */
+
+       end++;
+
        return true;
 }