13
0

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()) { if (!tv || !tv->is_track()) {
/* To make sure we hide the verbose canvas cursor when the mouse is /* 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 (); _editor->verbose_cursor()->hide ();
return; return;