client/js/renderer/nodeeditor.js
changeset 648 e388117572d8
parent 647 eaaa1efce396
child 649 2b9c120dba55
--- a/client/js/renderer/nodeeditor.js	Thu Jan 05 16:26:07 2017 +0100
+++ b/client/js/renderer/nodeeditor.js	Thu Jan 05 19:34:53 2017 +0100
@@ -307,7 +307,7 @@
         redraw: function() {
             if (this.options.popup_editor){
                 var _coords = this.source_representation.paper_coords;
-                Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);
+                Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$, this.renderer.renkan);
             }
             this.editor_$.show();
             paper.view.draw();