I missed that indeed. I will fix it but will probably not be able to commit soon.
JMarc Le 24 juillet 2016 23:49:02 GMT+02:00, Scott Kostyshak <skost...@lyx.org> a écrit : >On Wed, Jul 20, 2016 at 12:38:18AM +0200, Jean-Marc Lasgouttes wrote: >> commit 9940acc5063d17f18f50c690085c7d97f25d909d >> Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> >> Date: Wed Jul 20 00:12:21 2016 +0200 >> >> Try to fix #4889 in the right way >> >> For reference, the bug was that quote insets grew bolder because, >when >> painted over themselves, anti-aliasing made them darker. >> >> It turned out that the fix there created others than were >> painstakingly fixed: #7164, #7165, #7174, #7193... More recently, >it >> created other problems: >> http://article.gmane.org/gmane.editors.lyx.devel/163471 >> >> We use the right fix here: >> * draw background of quote inset when not doing full repaint >> * draw background of math macro template when not doing full >repaint >> * remove hack that grew from #4889 fix. > >This commit appears to have changed behavior for me (says git bisect). >With the attached document, when I select with the mouse some text, the >special inset "LyX" alternates between being bold and not bold. Can you >reproduce? > >Scott