[haiku-commits] Re: haiku: hrev44016 - src/preferences/3drendering

  • From: John Scipione <jscipione@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 12 Apr 2012 23:38:00 -0400

On Thu, Apr 12, 2012 at 11:15 PM,  <jscipione@xxxxxxxxx> wrote:
> hrev44016 adds 2 changesets to branch 'master'
> old head: 3f551e5c433d54e8947731114223430e9c16c4f0
> new head: 766c2899e6248b794a3157edf82ef59bbf4e0936
> +       float availableColWidth
> +               = this->StringWidth("MMMMMMMMMMMMMMMMMMMMMMMMMMMM");

Before somebody comments on this bit of code:

this->StringWidth("MMMMMMMMMMMMMMMMMMMMMMMMMMMM"); !=
this->StringWidth("M") * 28;

Other related posts: