Merge pull request #163 from mehyaa/patch-1
mxWindow get resize image from it's resizeImage propertydevelopment
commit
ce09c25d01
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue