|
|
|
@ -524,11 +524,8 @@ public class VanChartBaseAxisPane extends FurtherBasicBeanPane<VanChartAxis> {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void checkTitlePane() { |
|
|
|
|
if (showTitle != null) { |
|
|
|
|
boolean enabled = showTitle.getSelectedIndex() == 0; |
|
|
|
|
if (titlePane != null) { |
|
|
|
|
titlePane.setVisible(enabled); |
|
|
|
|
} |
|
|
|
|
if (showTitle != null && titlePane != null) { |
|
|
|
|
titlePane.setVisible(showTitle.getSelectedIndex() == 0); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|