@ -66,7 +66,7 @@ ButtonNavigator.prototype.render = function () {
<buttonid='intoforward'title='step into forward'class='fa fa-angle-right'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('stepIntoForward')}}disabled=${this.intoForwardDisabled}>
</button>
<buttonid='overforward'title='step over forward'class='fa fa-angle-double-right'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('stepOverForward')}}disabled=${this.overForwardDisabled}>
</button>
</button>
<buttonid='nextcall'title='step next call'class='fa fa-chevron-right'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('jumpNextCall')}}disabled=${this.nextCallDisabled}>