Roo/bootstrap/panel/Nest.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Sep 2017 07:56:29 +0000 (15:56 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Sep 2017 07:56:29 +0000 (15:56 +0800)
Roo/bootstrap/panel/Nest.js

index 7ce4422..610e8de 100644 (file)
@@ -62,6 +62,8 @@ Roo.extend(Roo.bootstrap.panel.Nest, Roo.bootstrap.panel.Content, {
     
     setActiveState : function(active){
         this.active = active;
+        this.setActiveClass(active);
+        
         if(!active){
             this.fireEvent("deactivate", this);
             return;