|
|
|
@ -390,6 +390,11 @@ public class PolyDesigner extends ReportComponent<PolyWorkSheet, PolyElementCase
|
|
|
|
|
setChooseType(SelectionType.NONE); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (this.selection == null && this.selectedtype != SelectionType.NONE) { |
|
|
|
|
this.selectedtype = SelectionType.NONE; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (this.selection != selectElement) { |
|
|
|
|
this.selection = selectElement; |
|
|
|
|
fireSelectionChanged(); |
|
|
|
|