[Kst] branches/work/kst/portto4/kst/src

Adam Treat treat at kde.org
Tue Jan 12 23:28:57 CET 2010


On Tuesday 12 January 2010 04:48:33 pm Barth Netterfield wrote:
> +  if (maskedByMaximization()) {
> +    _plotPixmapDirty = false;
> +    return;
> +  }
>    _plotPixmapDirty = false;


How about:

>    _plotPixmapDirty = false;
> +  if (maskedByMaximization())
> +    return;


More information about the Kst mailing list