Merge pull request #163 from mehyaa/patch-1

mxWindow get resize image from it's resizeImage property
development
David Benson 2018-01-31 09:49:39 +00:00 committed by GitHub
commit ce09c25d01
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.right = '2px';
this.resize.setAttribute('src', mxClient.imageBasePath + '/resize.gif');
this.resize.setAttribute('src', this.resizeImage);
this.resize.style.cursor = 'nw-resize';
var startX = null;