X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=23f98f96ad548ae4d7cccaa027831121915c17b8;hp=df670534f9ed8aecbb6340d0847783acc3bb5a47;hb=9ea1acba83952bd78bc099d6897a9c904cd189f8;hpb=848a7d125ce535e50afbba079d7d22f25f909b36 diff --git a/roojs-debug.js b/roojs-debug.js index df670534f9..23f98f96ad 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -48088,7 +48088,7 @@ Roo.extend(Roo.htmleditor.BlockFigure, Roo.htmleditor.Block, { // this trigger toggle. this.setText(v ? "Hide Caption" : "Show Caption"); - this.setPressed(!v); + this.setPressed(v); }, listeners : { toggle: function (btn, state)