line tree visualization problem

i show the problem with an image

http://imageshack.com/a/img538/5962/v74VGm.png

i want to remove the extra line

Thanks

As quick fix add the next style on the page

<style>
  .webix_tree_img {
    height: 27px;
  }
</style>

Thanks very much!

Issue was fixed in Webix 2.4.7