Removed DisplayCanvas.setDrawingColor(int,int,boolean) since it exclusivelymaster-ij1.47b
commitef37418db45e065f489dfc350694c3a31f379c62
authorStephan Saalfeld <saalfeld@mpi-cbg.de>
Sat, 1 Sep 2012 12:40:06 +0000 (1 08:40 -0400)
committerStephan Saalfeld <saalfeld@mpi-cbg.de>
Sat, 1 Sep 2012 12:40:06 +0000 (1 08:40 -0400)
tree68a9b493cb5771cc59abf731180921579ee0da41
parent2aa58efed563b5bf34a9f7213b5e093893c79ee6
Removed DisplayCanvas.setDrawingColor(int,int,boolean) since it exclusively
calls its own super which is covered by inheritance alone.

This fixes the visibility change introduced in ImageJ 1.47b as noticed
by Johannes Schindelin in ba956ae287.
ini/trakem2/display/DisplayCanvas.java