Thanks! The fix looks good. ----- anton.nashaty...@oracle.com wrote:
> Hi Sergey, > > thanks for review! > Could you please take a look at the version with the test: > http://cr.openjdk.java.net/%7Eanashaty/8072676/9/webrev.01 > > Thanks! > Anton. > > On 13.02.2015 20:32, Sergey Bylokhov wrote: > > Hi, Anton. > > Is it possible to write a test for this issue? > > > > ----- anton.nashaty...@oracle.com wrote: > > > >> Hello, > >> could you please review the following fix: > >> > >> fix: http://cr.openjdk.java.net/~anashaty/8072676/9/webrev.00/ > >> <http://cr.openjdk.java.net/%7Eanashaty/8072676/9/webrev.00/> > >> bug: https://bugs.openjdk.java.net/browse/JDK-8072676 > >> > >> Problem: Tree icon is painted outside of the component > bounds > >> > >> Fix: when painting the icon the Graphics.clip() should be > used > >> instead of Graphics.setClip(). > >> > >> Thanks! > >> Anton.