client/js/renderer/edgeeditor.js
changeset 648 e388117572d8
parent 625 4d67ae41b9b3
child 649 2b9c120dba55
equal deleted inserted replaced
647:eaaa1efce396 648:e388117572d8
   176             }
   176             }
   177         },
   177         },
   178         redraw: function() {
   178         redraw: function() {
   179             if (this.options.popup_editor){
   179             if (this.options.popup_editor){
   180                 var _coords = this.source_representation.paper_coords;
   180                 var _coords = this.source_representation.paper_coords;
   181                 Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);
   181                 Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$, this.renderer.renkan);
   182             }
   182             }
   183             this.editor_$.show();
   183             this.editor_$.show();
   184             paper.view.draw();
   184             paper.view.draw();
   185         }
   185         }
   186     }).value();
   186     }).value();