]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetGraphics.h
Add virtual bool Inset::clickable(..) to be used to change the cursor.
[features.git] / src / insets / InsetGraphics.h
index b65f53c9952515b60f1d053972cc007e7422c5c0..ce02d14eb997faedab210e86f1d7514efe8beee3 100644 (file)
@@ -51,6 +51,8 @@ public:
        bool setParams(InsetGraphicsParams const & params);
 
        InsetGraphicsParams getParams() const { return params_;}
+       ///
+       bool clickable(int x, int y) const { return true; }
 
 private:
        ///