Splice mode: fix comment typo

This commit is contained in:
Colin Fletcher 2014-03-08 17:11:37 +00:00
parent 0026399358
commit ce8e374cf8

View File

@ -1410,7 +1410,7 @@ RegionSpliceDrag::motion (GdkEvent* event, bool)
if (!tv || !tv->is_track()) {
/* To make sure we hide the verbose canvas cursor when the mouse is
not held over and audiotrack.
not held over an audio track.
*/
_editor->verbose_cursor()->hide ();
return;