()
| 7260 | } |
| 7261 | |
| 7262 | function finishChange() { |
| 7263 | var bCmd = canvas.undoMgr.finishUndoableChange(); |
| 7264 | cur_command.addSubCommand(bCmd); |
| 7265 | addCommandToHistory(cur_command); |
| 7266 | cur_command = null; |
| 7267 | filter = null; |
| 7268 | } |
| 7269 | |
| 7270 | // Function: setBlurOffsets |
| 7271 | // Sets the x, y, with, height values of the filter element in order to |
no test coverage detected