|
|
@ -334,7 +334,7 @@ public class VanChartPlotLabelDetailPane extends BasicPane { |
|
|
|
checkPositionEnabled(); |
|
|
|
checkPositionEnabled(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private void checkOrientation() { |
|
|
|
protected void checkOrientation() { |
|
|
|
if (orientation != null && borderPaneWithTitle != null && backgroundPaneWithTitle != null) { |
|
|
|
if (orientation != null && borderPaneWithTitle != null && backgroundPaneWithTitle != null) { |
|
|
|
boolean horizontal = orientation.getSelectedIndex() == HORIZONTAL_INDEX; |
|
|
|
boolean horizontal = orientation.getSelectedIndex() == HORIZONTAL_INDEX; |
|
|
|
|
|
|
|
|
|
|
|