]> git.lyx.org Git - lyx.git/blobdiff - src/lyxparagraph.h
make NEW_TABULAR default, some GUIRunTime changes
[lyx.git] / src / lyxparagraph.h
index 31589a68bf8391c4bae81b45d9be048a6c97602a..b868eb88111f44d6a7134006abda2de819201c3d 100644 (file)
@@ -39,7 +39,7 @@ class BufferView;
 
 // I dare you to try this one too. It is ortogonal with NEW_INSETS so you
 // can try both or just one of them.
-//#define NEW_TABULAR 1
+#define NEW_TABULAR 1
 
 /// A LyXParagraph holds all text, attributes and insets in a text paragraph
 class LyXParagraph  {