Re: clang warning in InsetBranch.h

2016-08-24 Thread Guillaume Munch
Le 24/08/2016 à 14:07, Jean-Marc Lasgouttes a écrit : I get this warning with clang in master: In file included from ../../master/src/InsetList.cpp:21: ../../master/src/insets/InsetBranch.h:106:7: warning: 'lyx::InsetBranch::producesOutput' hides overloaded virtual function

Re: Multi-doc project bugs

2016-08-24 Thread Richard Heck
On 08/24/2016 12:47 AM, Vermeer Martin wrote: > A quick bug report: > > 1) when I include a document into another document, upon loading it takes the > branch colours of the latter (slave) document, not of the master. This is an instance of the general master vs slave preferences problem. > 2)

clang warning in InsetBranch.h

2016-08-24 Thread Jean-Marc Lasgouttes
I get this warning with clang in master: In file included from ../../master/src/InsetList.cpp:21: ../../master/src/insets/InsetBranch.h:106:7: warning: 'lyx::InsetBranch::producesOutput' hides overloaded virtual function [-Woverloaded-virtual] bool producesOutput(bool const

Re: Weird Selection Bug

2016-08-24 Thread Jean-Marc Lasgouttes
Le 23/08/2016 à 18:27, Richard Heck a écrit : If it works, I can backport it, of course. Works here. Fine to backport. Done, thanks. JMarc