Solve a discovered ambiguous condition after Update of ZK 3.5 jars
This commit is contained in:
parent
8823fb8193
commit
1aa5771e31
|
@ -228,8 +228,9 @@ public class GridPanel extends Borderlayout implements EventListener
|
||||||
|
|
||||||
public void deactivate() {
|
public void deactivate() {
|
||||||
ListitemRenderer lr = null;
|
ListitemRenderer lr = null;
|
||||||
|
listModel = null;
|
||||||
listbox.setItemRenderer(lr);
|
listbox.setItemRenderer(lr);
|
||||||
listbox.setModel(null);
|
listbox.setModel(listModel);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onEvent(Event event) throws Exception
|
public void onEvent(Event event) throws Exception
|
||||||
|
|
Loading…
Reference in New Issue