On Fri, Aug 21, 2015 at 4:25 PM, Ruediger Pluem <[email protected]> wrote: > Wasn't it intended for trunk to change the default behavior?
Yes it was, still when inherit_before is set we need to do that.
The code in trunk is:
if (a->inherit_before == 1) {
whereas 2.4 and 2.2 (would) have:
if (a->inherit_before) { <= can be 1 but also -1
Regards,
Yann.
