IDEMPIERE-2902 UX: Implement Radio buttons (#340)

Fix zoomable label decoration
This commit is contained in:
Carlos Ruiz 2020-10-31 17:11:24 +01:00 committed by GitHub
parent c02dde975b
commit 59bd3ab106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ import org.zkoss.zul.Radiogroup;
* @author hengsin
*
*/
public class WRadioGroupEditor extends WEditor implements ContextMenuListener, ListDataListener
public class WRadioGroupEditor extends WEditor implements ContextMenuListener, ListDataListener, IZoomableEditor
{
public final static String[] LISTENER_EVENTS = {Events.ON_CHECK};