Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/gui
In directory usw-pr-cvs1:/tmp/cvs-serv22335/src/lib/dynapi/gui
Modified Files:
label.js
Log Message:
Revision updates. Going for a 2.55 release
Index: label.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/gui/label.js,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** label.js 2001/06/28 10:28:34 1.18
--- label.js 2001/10/29 16:36:52 1.19
***************
*** 36,41 ****
var o = e.target;
if (o.created) {
! if(is.ns&&o.wrap) o.setText(o.text)
! if(is.ns6&&o.first) {o.first=false;return}
o.pack((o.getWidth()==null)||(o.wrap&&o.pWidth),o.getHeight()==null||o.pHeight)
}
--- 36,40 ----
var o = e.target;
if (o.created) {
! if(is.ns4&&o.wrap) o.setText(o.text)
o.pack((o.getWidth()==null)||(o.wrap&&o.pWidth),o.getHeight()==null||o.pHeight)
}
|