diff layer/TextLayer.h @ 255:e175ade2d6b0

* double-click in navigate mode relocates the centre frame (closing #1734854)
author Chris Cannam
date Wed, 13 Jun 2007 09:19:33 +0000
parents 34bbbcb3c01f
children cd2492c5fe45
line wrap: on
line diff
--- a/layer/TextLayer.h	Mon Jun 11 12:14:52 2007 +0000
+++ b/layer/TextLayer.h	Wed Jun 13 09:19:33 2007 +0000
@@ -56,7 +56,7 @@
     virtual bool paste(const Clipboard &from, int frameOffset,
                        bool interactive);
 
-    virtual void editOpen(View *, QMouseEvent *); // on double-click
+    virtual bool editOpen(View *, QMouseEvent *); // on double-click
 
     virtual const Model *getModel() const { return m_model; }
     void setModel(TextModel *model);