Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] 1.3-SNAPSHOT with split/merge and drop ins folder ready for testing

2012/4/2 Jody Garnett <jody.garnett@xxxxxxxxx>:
> the split tool seems to have refresh issues

I guess this could be a problem coming from my pull request last month
(https://github.com/uDig/udig-platform/pull/102)

Properly I deleted one line that clears the rectangle after editing :

    graphics.clearRect(paintArea.x, paintArea.y, paintArea.width,
paintArea.height);

I'll going to verify this ..

Frank


Back to the top