setWrapAlignment(vs.getWrapAlignment());
setWrappedWidth(vs.getWrappedWidth());
setSecondaryStructureSources(vs.getSecondaryStructureSources());
+ setShowStructureProvider(vs.isShowStructureProvider());
// ViewStyle.configureFrom(this, viewStyle);
}
&& isUpperCasebold() == vs.isUpperCasebold()
&& getWrapAlignment() == vs.getWrapAlignment()
&& getWrappedWidth() == vs.getWrappedWidth()
- && getSecondaryStructureSources() == vs.getSecondaryStructureSources());
+ && getSecondaryStructureSources() == vs.getSecondaryStructureSources()
+ && isShowStructureProvider() == vs.isShowStructureProvider());
/*
* and compare non-primitive types; syntax below will match null with null
* values