]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / debug.h
index e92d3c1f698f034ec0f5bcb9d771c531421919ee..654c7835f9b05a8f648ccf37373b63f8f427f925 100644 (file)
@@ -68,7 +68,11 @@ struct Debug {
                ///
                FILES      = (1 << 18),
                ///
-               WORKAREA   = (1 << 19) 
+               WORKAREA   = (1 << 19),
+               ///
+               INSETTEXT  = (1 << 20),
+               ///
+               GRAPHICS   = (1 << 21)
        };
        ///
        static type const ANY;