Fix [2989717] - Missing location button
http://sourceforge.net/support/tracker.php?aid=2989717
This commit is contained in:
parent
756c7fc8dc
commit
98464c0934
|
@ -78,6 +78,7 @@ public class WLocationEditor extends WEditor implements EventListener, PropertyC
|
||||||
public WLocationEditor(GridField gridField) {
|
public WLocationEditor(GridField gridField) {
|
||||||
super(new Locationbox(), gridField);
|
super(new Locationbox(), gridField);
|
||||||
m_Location = (MLocationLookup)gridField.getLookup();
|
m_Location = (MLocationLookup)gridField.getLookup();
|
||||||
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void init()
|
private void init()
|
||||||
|
|
Loading…
Reference in New Issue