]> git.lyx.org Git - lyx.git/blobdiff - src/debug.C
Added function firstRow() to LyXText as this function is needed in
[lyx.git] / src / debug.C
index d2232904cd79f74af6d5b22c5f5ccc68961f7a75..fcc14891cb03bda5d207dff153776108a9e0a55d 100644 (file)
@@ -69,7 +69,8 @@ Debug::type const Debug::ANY = Debug::type(
        Debug::PARSER | Debug::LYXRC | Debug::KBMAP | Debug::LATEX |
        Debug::MATHED | Debug::FONT | Debug::TCLASS | Debug::LYXVC |
        Debug::LYXSERVER | Debug::ROFF | Debug::ACTION | Debug::LYXLEX |
-       Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA);
+       Debug::DEPEND | Debug::INSETS | Debug::FILES | Debug::WORKAREA |
+       Debug::INSETTEXT);
 
 
 Debug::type Debug::value(string const & val)