]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetSpace.h
index d2d5d421df574c48ac9311a60f4fcd3b2240a68a..5ecaea0a2bae60ebf55649b95047030f39542bca 100644 (file)
@@ -147,6 +147,8 @@ public:
        bool isSpace() const { return true; }
        ///
        docstring contextMenu(BufferView const & bv, int x, int y) const;
+       ///
+       bool clickable(int /* x */, int /* y */) const { return true; }
 protected:
        ///
        Inset * clone() const { return new InsetSpace(*this); }