From ff6787c61dd2f3987bbdeee5474ff50dd18a9698 Mon Sep 17 00:00:00 2001 From: mehyaa Date: Wed, 31 Jan 2018 12:11:56 +0300 Subject: [PATCH] mxWindow get resize image from it's resizeImage property --- javascript/src/js/util/mxWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/src/js/util/mxWindow.js b/javascript/src/js/util/mxWindow.js index 7d95f491a..846221ddd 100644 --- a/javascript/src/js/util/mxWindow.js +++ b/javascript/src/js/util/mxWindow.js @@ -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;