X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetVSpace.h;h=21afbcd03605392a1f999bf0e46fc4a9c656d570;hb=4cfa5a9d2a9dd340c0b0228eba4b877ff905d458;hp=03e8d59b5e51dd887af73486fa93489c71e00277;hpb=ecef54500d4d77baf4fa47eac2253679875ac08c;p=lyx.git diff --git a/src/insets/InsetVSpace.h b/src/insets/InsetVSpace.h index 03e8d59b5e..21afbcd036 100644 --- a/src/insets/InsetVSpace.h +++ b/src/insets/InsetVSpace.h @@ -32,6 +32,8 @@ public: /// bool hasSettings() const { return true; } /// + bool clickable(BufferView const &, int, int) const { return true; } + /// std::string contextMenuName() const; /// static void string2params(std::string const &, VSpace &);