Fixed NPE for included Tab.
This commit is contained in:
parent
0ad251b1ed
commit
a6f9986b58
|
@ -248,10 +248,6 @@ public class GridPanel extends Borderlayout implements EventListener
|
||||||
}
|
}
|
||||||
|
|
||||||
public void deactivate() {
|
public void deactivate() {
|
||||||
ListitemRenderer lr = null;
|
|
||||||
listModel = null;
|
|
||||||
listbox.setItemRenderer(lr);
|
|
||||||
listbox.setModel(listModel);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onEvent(Event event) throws Exception
|
public void onEvent(Event event) throws Exception
|
||||||
|
|
Loading…
Reference in New Issue