[Haiku-commits] r31177 - in haiku/trunk/src/servers/app: . drawing/Painter
Axel Dörfler
axeld at pinc-software.de
Mon Jun 22 13:26:09 CEST 2009
Stephan Assmus <superstippi at gmx.de> wrote:
> On 2009-06-22 at 12:30:37 [+0200], axeld at BerliOS <
> axeld at mail.berlios.de>
> wrote:
> > - fTextRenderer.SetAntialiasing(!(state->ForceFontAliasing()
> > - || state->Font().Flags() & B_DISABLE_ANTIALIASING));
> > + fTextRenderer.SetAntialiasing(!state->ForceFontAliasing()
> > + && (state->Font().Flags() & B_DISABLE_ANTIALIASING) != 0);
> > }
> That should be == 0, or am I confused?
At least less than me, it seems, thanks! ;-)
Bye,
Axel.
More information about the Haiku-commits
mailing list