1
0

parse payto text

This commit is contained in:
ThomasV
2014-06-04 14:49:55 +02:00
parent c626cad0dd
commit ea9e0eb053
3 changed files with 73 additions and 6 deletions

View File

@@ -58,5 +58,3 @@ class AmountEdit(QLineEdit):
s = s[:p] + '.' + s[p:p+8]
self.setText(s)
self.setCursorPosition(pos)