* Application freeze when docaction is none.
This commit is contained in:
parent
54c57fd311
commit
ccfda2572c
|
|
@ -340,5 +340,9 @@ public class WDocActionPanel extends Window implements EventListener
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getNumberOfOptions() {
|
||||||
|
return lstDocAction != null ? lstDocAction.getItemCount() : 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue