|
|
@ -141,6 +141,7 @@ public class FormWidgetCardPane extends AbstractAttrNoScrollPane { |
|
|
|
updateCreator(); |
|
|
|
updateCreator(); |
|
|
|
} |
|
|
|
} |
|
|
|
updateWidgetBound(); |
|
|
|
updateWidgetBound(); |
|
|
|
|
|
|
|
firePropertyEdit(); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
@ -239,7 +240,6 @@ public class FormWidgetCardPane extends AbstractAttrNoScrollPane { |
|
|
|
public void fireValueChanged() { |
|
|
|
public void fireValueChanged() { |
|
|
|
XCreator creator = getXCreatorDedicated(); |
|
|
|
XCreator creator = getXCreatorDedicated(); |
|
|
|
creator.firePropertyChange(); |
|
|
|
creator.firePropertyChange(); |
|
|
|
firePropertyEdit(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getIconPath() { |
|
|
|
public String getIconPath() { |
|
|
|