Index: lams_central/src/flash/org/lamsfoundation/lams/authoring/tb/ToolbarView.as =================================================================== diff -u -r946a4d8f48b9367cdefc0db96e915db23a5fe9f3 -r4f5a82b7eda01489d7629c6bdc58f70dc1e7bc76 --- lams_central/src/flash/org/lamsfoundation/lams/authoring/tb/ToolbarView.as (.../ToolbarView.as) (revision 946a4d8f48b9367cdefc0db96e915db23a5fe9f3) +++ lams_central/src/flash/org/lamsfoundation/lams/authoring/tb/ToolbarView.as (.../ToolbarView.as) (revision 4f5a82b7eda01489d7629c6bdc58f70dc1e7bc76) @@ -92,7 +92,7 @@ public function showHideAssets(v:Boolean){ - branch_btn.enabled = false; + //branch_btn.enabled = false; gate_btn.visible = v; branch_btn.visible = v; flow_bkg_pnl.visible = v; @@ -165,6 +165,9 @@ gate_btn.onRollOver = Proxy.create(this,this['showToolTip'], gate_btn, "gate_btn_tooltip"); gate_btn.onRollOut = Proxy.create(this,this['hideToolTip']); + branch_btn.onRollOver = Proxy.create(this,this['showToolTip'], branch_btn, "branch_btn_tooltip"); + branch_btn.onRollOut = Proxy.create(this,this['hideToolTip']); + group_btn.onRollOver = Proxy.create(this,this['showToolTip'], group_btn, "group_btn_tooltip"); group_btn.onRollOut = Proxy.create(this,this['hideToolTip']);