Commit a4b7b7fabb993e4e9309672fb9bd25e19ed560bc
1 parent
3b309547
Exists in
master
and in
7 other branches
Correção no botão parar da opção de auto-redesenho
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/opcoes_autoredesenha/index.htm
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | <div style="top:15px;left:0px;width:100px;" onclick="executaf()"> |
18 | 18 | <input id=botao1 size=16 type=button value="Aplicar"/><br><br> |
19 | 19 | </div> |
20 | -<div style="top:-26px;left:110px;width:100px;" onclick="javascript:$i("botao1").value=0;executaf();"> | |
20 | +<div style="top:-26px;left:110px;width:100px;" onclick="javascript:window.parent.i3GEO.navega.autoRedesenho.desativa();"> | |
21 | 21 | <input id=botao2 size=16 type=button value="Parar"/><br><br> |
22 | 22 | </div> |
23 | 23 | ... | ... |