Commit ee8f707ce95540b5d7aa914f2e1963341c401059
1 parent
77d10165
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
classesjs/classe_i3geo.js
... | ... | @@ -803,6 +803,7 @@ var i3GEO = { |
803 | 803 | //se for mobile |
804 | 804 | if(i3GEO.Interface.ALTTABLET === "" && DetectaMobile("DetectMobileLong") === true){ |
805 | 805 | menos = 20; |
806 | + i3GEO.configura.autotamanho = true; | |
806 | 807 | } |
807 | 808 | temp = $i("contemFerramentas"); |
808 | 809 | if (temp |
... | ... | @@ -881,6 +882,8 @@ var i3GEO = { |
881 | 882 | temp.style.width = w |
882 | 883 | + "px"; |
883 | 884 | } |
885 | + i3GEO.parametros.w = w; | |
886 | + i3GEO.parametros.h = h; | |
884 | 887 | return [ |
885 | 888 | w, |
886 | 889 | h | ... | ... |