Re: Investigation into bug 35862 - allow increase/decrease font for text selection with multiple font sizes

2012-03-27 Thread Ahmed
Logic in this line is executed when selecting text in different sizes in writer, and it disables buttons. if( !aSetItem.GetItemOfScript( rSh.GetScriptType() )) rSet.DisableItem( nSlot ); I tried to comment the line and test without it to see if it works - now buttons

Re: Investigation into bug 35862 - allow increase/decrease font for text selection with multiple font sizes

2012-03-26 Thread Michael Meeks
Hi Jordan, On Sat, 2012-03-24 at 14:06 -0700, Jordan Chin wrote: I began investigating this bug: https://bugs.freedesktop.org/show_bug.cgi?id=35862 Lovely ! :-) The bug is that the Increase Font/Decrease Font button should be useable when one selects text of multiple sizes in

Investigation into bug 35862 - allow increase/decrease font for text selection with multiple font sizes

2012-03-25 Thread Jordan Chin
Hi devs, I began investigating this bug: https://bugs.freedesktop.org/show_bug.cgi?id=35862 The bug is that the Increase Font/Decrease Font button should be useable when one selects text of multiple sizes in Writer. I tried to find where the button was being used and found that the button