]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / debug.h
index e92d3c1f698f034ec0f5bcb9d771c531421919ee..38c0b7e3df2514c91b5252a2ff7e3592c97f4b27 100644 (file)
@@ -68,7 +68,9 @@ struct Debug {
                ///
                FILES      = (1 << 18),
                ///
-               WORKAREA   = (1 << 19) 
+               WORKAREA   = (1 << 19),
+               ///
+               INSETTEXT  = (1 << 20)
        };
        ///
        static type const ANY;