|
|
|
@ -255,6 +255,10 @@ public class XChartEditor extends XBorderStyleWidgetCreator {
|
|
|
|
|
* @param e 鼠标点击事件 |
|
|
|
|
*/ |
|
|
|
|
public void respondClick(EditingMouseListener editingMouseListener, MouseEvent e) { |
|
|
|
|
if (this.isShareConfigButtonFocus()) { |
|
|
|
|
CoverReportPane.showShareConfig(((XCreator) this.getParent()).toData()); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
FormDesigner designer = editingMouseListener.getDesigner(); |
|
|
|
|
SelectionModel selectionModel = editingMouseListener.getSelectionModel(); |
|
|
|
|
isEditing = e.getButton() == MouseEvent.BUTTON1 && |
|
|
|
@ -272,11 +276,6 @@ public class XChartEditor extends XBorderStyleWidgetCreator {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (this.isShareConfigButtonFocus()) { |
|
|
|
|
CoverReportPane.showShareConfig(((XCreator) this.getParent()).toData()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|