equal
deleted
inserted
replaced
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(); |