More fixes ...

This commit is contained in:
Paulo Gustavo Veiga
2014-03-04 23:09:39 -03:00
parent 3cf3b857a3
commit 255f50eda8
5 changed files with 13 additions and 13 deletions

View File

@@ -86,7 +86,7 @@ mindplot.Designer = new Class({
$(document).bind('mousewheel', function (event) {
// Change mousewheel handling so we let the default
//event happen if we are outside the container.
var coords = screenManager.getContainer().getCoordinates();
var coords = screenManager.getContainer()[0].getCoordinates();
var isOutsideContainer = event.client.y < coords.top ||
event.client.y > coords.bottom ||
event.client.x < coords.left ||