Fix [2893069] - CreateFrom not calling info on zk
https://sourceforge.net/tracker/?func=detail&aid=2893069&group_id=176962&atid=955896
This commit is contained in:
parent
ad7a0a1ad8
commit
748e6ead78
|
@ -186,6 +186,8 @@ public class WCreateFromWindow extends Window implements EventListener, WTableMo
|
|||
count++;
|
||||
}
|
||||
setStatusLine(count, null);
|
||||
|
||||
createFrom.info();
|
||||
}
|
||||
|
||||
public void setStatusLine(int selectedRowCount, String text)
|
||||
|
|
Loading…
Reference in New Issue