From kfm-devel Mon Mar 25 09:20:56 2002 From: Lars Knoll Date: Mon, 25 Mar 2002 09:20:56 +0000 To: kfm-devel Subject: Re: [PATCH] text transform like handling X-MARC-Message: https://marc.info/?l=kfm-devel&m=101704808725661 > Hi, > > fixing > > test > > hovering resetting to "normal" font again. its actually a grave problem, > setting changed() state on every hovering of a textnode, which causes a > whole bunch of other checks to be scheduled and is probably a reason for > the slow mouseover-behaviour. > > the patch below removes that code. I can't find a regression, and as I > wasn't sure when I added it, I think there is no use for it. > > I also rearrange the code a bit to fix dynamic text-transform changes with > optimal performance. something we didn't support at all before. > > > too late for 3.0 ? You're doing the release... ;-) The fix looks fine. Lars