This means that we can click now into minipages of the first table
cell.. 'bare cell text' does not seem to work, and neither do cells
other than the first..

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)
? 1.diff
Index: insettabular.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.h,v
retrieving revision 1.167
diff -u -p -r1.167 insettabular.h
--- insettabular.h      13 Nov 2003 13:43:44 -0000      1.167
+++ insettabular.h      17 Nov 2003 12:49:35 -0000
@@ -173,6 +173,8 @@ public:
        void edit(BufferView * bv, bool);
        ///
        void edit(BufferView * bv, int, int);
+       /// can we go further down on mouse click?
+       bool descendable() const { return true; }
 protected:
        ///
        virtual

Reply via email to