Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 10534 | ||
---|---|---|---|
Line 159... | Line 159... | ||
159 | c=null; |
159 | c=null; |
160 | }; |
160 | }; |
161 | if(!this._borTp){ |
161 | if(!this._borTp){ |
162 | // create border layers |
162 | // create border layers |
163 | this.addChild(new Highlighter(this._bor_tp),'_borTp');//top |
163 | this.addChild(new Highlighter(this._bor_tp),'_borTp');//top |
164 | this.addChild(new Highlighter(this._bor_rt),'_borRt');//right |
164 | this.addChild(new Highlighter(this._bor_rt),'_borRt');//right |
165 | this.addChild(new Highlighter(this._bor_bm),'_borBm');//bottom |
165 | this.addChild(new Highlighter(this._bor_bm),'_borBm');//bottom |
166 | this.addChild(new Highlighter(this._bor_lt),'_borLt'); //left |
166 | this.addChild(new Highlighter(this._bor_lt),'_borLt'); //left |
167 | } |
167 | } |
168 | // width |
168 | // width |
169 | this._borTp.setHeight(w); |
169 | this._borTp.setHeight(w); |