Bugfixing.

This commit is contained in:
Valera Rozuvan
2013-01-03 10:05:30 +02:00
committed by Alexander Kryklia
parent 2e08ece7ff
commit 1cc23e3a4d

View File

@@ -193,8 +193,8 @@ define(['logme', 'update_input'], function (logme, updateInput) {
} else {
correctZIndexes();
draggableObj.x = offsetDE.left + 50;
draggableObj.y = offsetDE.top + 50;
draggableObj.x = offsetIE.left + draggableObj.iconWidth * 0.5;
draggableObj.y = offsetIE.top + draggableObj.iconHeight * 0.5;
}
}