On Sat, Jul 30, 2016 at 4:58 AM, Richard Heck <rgh...@lyx.org> wrote: > commit cbbae06c9bb735759a611bad483d3a1c01d3aed7 > Author: Richard Heck <rgh...@lyx.org> > Date: Fri Jul 29 22:58:03 2016 -0400 > > Fix display of branch buttons and tooltips.
[..] > - if (isOpen(bv)) > - return heading; Hi Richard, Do you find it useful to show the inset content in the tooltip when the branch is actually opened ? > - return toolTipText(heading + from_ascii("\n")); [..] > + return toolTipText(heading); We do really need the newline here, because now the inset content is added to the end: "insetstatus: onblablabla" for a branch inset with content "blablabla". Vincent