]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
Add virtual bool Inset::clickable(..) to be used to change the cursor.
[lyx.git] / src / insets / InsetVSpace.h
index 2cac05ed718b49d5a9bb3cb536beeffef958a6cb..a4d6a9d3788c0dc3fcc08d859ee329bf8ed0be8d 100644 (file)
@@ -37,6 +37,8 @@ public:
        static void string2params(std::string const &, VSpace &);
        ///
        static std::string params2string(VSpace const &);
+       ///
+       bool clickable(int x, int y) const { return true; }
 private:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;