Skip to content

Commit

Permalink
Stop changing status on replace text (#60)
Browse files Browse the repository at this point in the history
All verses were marked as needing further review if a text was replaced.
This behaviour caused more bad than good, so it is being removed.
  • Loading branch information
rubiot committed Jun 6, 2019
1 parent 8e12094 commit 4614bbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projeto.pas
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,6 @@ procedure TProjeto.SetVerseText(versiculo: string;
FATmpVerse[tbOrigem].DebugTokens, FATmpVerse[tbDestino].DebugTokens]),
mtError, [mbOK], 0);
end;

FTblPares.FieldByName('pare_situacao').AsInteger := 2; // needs review
end;

FTblPares.Fields[FACamposTexto[texto]].AsString := versiculo;
Expand Down

0 comments on commit 4614bbe

Please sign in to comment.