mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
do not act during focus
This commit is contained in:
parent
25e3993a53
commit
ea96658a73
1 changed files with 2 additions and 0 deletions
|
@ -585,6 +585,8 @@ class BitcoinGUI:
|
|||
old_r = ''
|
||||
while True:
|
||||
time.sleep(0.5)
|
||||
if self.payto_entry.is_focus():
|
||||
continue
|
||||
r = self.payto_entry.get_text()
|
||||
if r != old_r:
|
||||
old_r = r
|
||||
|
|
Loading…
Add table
Reference in a new issue