This commit is contained in:
fan 2019-08-02 14:29:43 +08:00
commit 0abe6e61e6

View File

@ -60,7 +60,7 @@ export default class ZcControl extends Group {
this.model = model;
}
createMouseEvent() {
if (this.style.ZcControl.mouseEvent) {
if (this.style.ZcControl.mouseOverStyle) {
this.mouseEvent = new EMouse(this);
this.add(this.mouseEvent);
this.mouseoverText = (e) => {