]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarBackend.cpp
do what the FIXME suggested
[lyx.git] / src / ToolbarBackend.cpp
index afb2a78069eaec18228972116bd7a36f379c5673..d90b5ed23b34ac3ab6fa68a9f5b62ef084fa40ce 100644 (file)
 #include "ToolbarBackend.h"
 #include "FuncRequest.h"
 #include "Lexer.h"
-#include "support/debug.h"
-#include "support/gettext.h"
 #include "LyXAction.h"
 #include "support/lstrings.h"
 
+#include "support/debug.h"
+#include "support/gettext.h"
+
 #include <boost/bind.hpp>
+
 #include <algorithm>
 
 using namespace std;
@@ -198,6 +200,7 @@ ToolbarInfo & ToolbarInfo::read(Lexer & lex)
 
 ToolbarBackend::ToolbarBackend()
 {
+       fullScreenWindows = 0;
 }