]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.C
redraw fix 1.
[lyx.git] / src / bufferview_funcs.C
index d1718aa92ffe734afe3c801355472b9e57d24c10..d6f804083a34fe72731b73cceff6d6ef2a9bc990 100644 (file)
@@ -15,7 +15,7 @@
 #endif
 
 #include "bufferview_funcs.h"
-#include "LyXView.h"
+#include "frontends/LyXView.h"
 #include "BufferView.h"
 #include "paragraph.h"
 #include "lyxfont.h"
@@ -198,7 +198,7 @@ string const currentState(BufferView * bv)
                                break;
                        }
                }
-#if 1
+#ifdef DEVEL_VERSION
                state << _(", Paragraph: ") << text->cursor.par()->id();
 #endif
        }
@@ -206,7 +206,7 @@ string const currentState(BufferView * bv)
 }
 
 
-/* -------> Does the actual toggle job of the XxxCB() calls above.
+/* Does the actual toggle job of the calls above.
  * Also shows the current font state.
  */
 void toggleAndShow(BufferView * bv, LyXFont const & font, bool toggleall)