Commit 005d2fd1bf707aedee34bcbd7b6e7a3f008f5baa

Authored by Edmar Moretti
1 parent 807df53d

--no commit message

classesjs/i3geo_tudo_compacto45.js
... ... @@ -607,7 +607,7 @@ var euOPAQUE = 16;
607 607 tempx = euIdObjLeft(this.idObjectHook) + (this.idObjectHook.offsetWidth/2);
608 608 tempy = euIdObjTop(this.idObjectHook) + this.idObjectHook.offsetHeight + this.offset
609 609 if(navm){
610   - tempx = ((i3GEO.barraDeBotoes.MAXBOTOES * 38) / 2) - 88;
  610 + tempx = i3GEO.util.pegaPosicaoObjeto($i(i3GEO.Interface.IDMAPA))[0] - (euIdObjLeft(this.idObjectHook) / 2);
611 611 tempy = euIdObjTop(this.idObjectHook) + this.idObjectHook.offsetHeight + this.offset;
612 612 }
613 613 this.setCenterPos(
... ...
classesjs/i3geo_tudo_compacto45.js.php
... ... @@ -607,7 +607,7 @@ var euOPAQUE = 16;
607 607 tempx = euIdObjLeft(this.idObjectHook) + (this.idObjectHook.offsetWidth/2);
608 608 tempy = euIdObjTop(this.idObjectHook) + this.idObjectHook.offsetHeight + this.offset
609 609 if(navm){
610   - tempx = ((i3GEO.barraDeBotoes.MAXBOTOES * 38) / 2) - 88;
  610 + tempx = i3GEO.util.pegaPosicaoObjeto($i(i3GEO.Interface.IDMAPA))[0] - (euIdObjLeft(this.idObjectHook) / 2);
611 611 tempy = euIdObjTop(this.idObjectHook) + this.idObjectHook.offsetHeight + this.offset;
612 612 }
613 613 this.setCenterPos(
... ...
pacotes/eudock/js/euDock.2.0.js
... ... @@ -280,7 +280,7 @@ var euOPAQUE = 16;
280 280 tempx = euIdObjLeft(this.idObjectHook) + (this.idObjectHook.offsetWidth/2);
281 281 tempy = euIdObjTop(this.idObjectHook) + this.idObjectHook.offsetHeight + this.offset
282 282 if(navm){
283   - tempx = ((i3GEO.barraDeBotoes.MAXBOTOES * 38) / 2) - 88;
  283 + tempx = i3GEO.util.pegaPosicaoObjeto($i(i3GEO.Interface.IDMAPA))[0] - (euIdObjLeft(this.idObjectHook) / 2);
284 284 tempy = euIdObjTop(this.idObjectHook) + this.idObjectHook.offsetHeight + this.offset;
285 285 }
286 286 this.setCenterPos(
... ...