Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:08:36 +0000 (17:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:08:36 +0000 (17:08 +0800)
Roo/form/ComboNested.js

index 6b9ddb8..91b4e7b 100644 (file)
@@ -128,7 +128,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         var il = this.innerLists[i] = this.list.createChild({cls:cls+'-inner'});
         il.on('mouseover', this.onViewOver, this, { list:  i });
         il.on('mousemove', this.onViewMove, this, { list:  i });
-        il.setWidth((lw - this.list.getFrameWidth('lr') / 3);
+        il.setWidth((lw - this.list.getFrameWidth('lr') / 3));
          
 
         if(!this.tpl){