https://sourceforge.net/tracker/?func=detail&aid=2900390&group_id=176962&atid=955896 [ asi editor error]
- the text box should be readonly as in swing
This commit is contained in:
parent
2a72cf6b6b
commit
6db1d10b71
|
@ -80,6 +80,8 @@ public class WPAttributeEditor extends WEditor implements ContextMenuListener
|
|||
{
|
||||
WFieldRecordInfo.addMenu(popupMenu);
|
||||
}
|
||||
|
||||
getComponent().getTextbox().setReadonly(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue