AbstractVisibleComponent clipShape = this.getChildClip().getClipShape();
// if (!clipShape.isNoStroke()){
if (this.drawInnerBorder){
clipShape.setNoFill(true);
clipShape.setNoStroke(false);
clipShape.drawComponent(g);
clipShape.setNoStroke(true);
clipShape.setNoFill(false);
}
if (!savedNoStrokeSetting){