IDEMPIERE-3518 Improvement For Mobile Compatibility. minor fix.
This commit is contained in:
parent
d34023d178
commit
75a36ec2ac
|
@ -905,7 +905,9 @@ public class ADWindowToolbar extends FToolbar implements EventListener<Event>
|
|||
}
|
||||
|
||||
public void onPostAfterSize() {
|
||||
if (this.getPage() != null) {
|
||||
String script = "var w = zk.Widget.$('#" + getUuid() + "'); w.toolbarScrollable(w);";
|
||||
Clients.evalJavaScript(script);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue