mxWindow get resize image from it's resizeImage property

development
mehyaa 2018-01-31 12:11:56 +03:00 committed by GitHub
parent 5bf6c23532
commit ff6787c61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ mxWindow.prototype.setResizable = function(resizable)
this.resize.style.bottom = '2px'; this.resize.style.bottom = '2px';
this.resize.style.right = '2px'; this.resize.style.right = '2px';
this.resize.setAttribute('src', mxClient.imageBasePath + '/resize.gif'); this.resize.setAttribute('src', this.resizeImage);
this.resize.style.cursor = 'nw-resize'; this.resize.style.cursor = 'nw-resize';
var startX = null; var startX = null;