WTableDirEditor.actionRefresh() - changed access from private to public
This commit is contained in:
parent
fe1b13f4dd
commit
99bc1413e6
|
@ -282,7 +282,7 @@ ContextMenuListener, IZoomableEditor
|
|||
return popupMenu;
|
||||
}
|
||||
|
||||
private void actionRefresh()
|
||||
public void actionRefresh()
|
||||
{
|
||||
Object curValue = getValue();
|
||||
if (lookup != null)
|
||||
|
|
Loading…
Reference in New Issue