On Thu, Feb 28, 2008 at 12:41:48AM +0100, Pavel Sanda wrote: > hi, > > having two windows and putting both of them into fullscreen mode results in > loss of toolbars visibility configuration (basically because of sharing > toolbars info between lyx windows - > http://bugzilla.lyx.org/show_bug.cgi?id=4588#c1 ). > > attached is the workaround until the toolbars are separated per window. > if there wont be objections i'll put it in. > > pavel
> diff --git a/src/ToolbarBackend.cpp b/src/ToolbarBackend.cpp > index 34f3d5b..df3f51e 100644 > --- a/src/ToolbarBackend.cpp > +++ b/src/ToolbarBackend.cpp > @@ -200,6 +200,7 @@ ToolbarInfo & ToolbarInfo::read(Lexer & lex) > > ToolbarBackend::ToolbarBackend() > { > + FullScreenWindows=0; Spaces around '='. Also names starting with a capital letter are our 'namespace' for type names. Andre'