mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
parent
587f8df8ad
commit
2a4b516f16
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ class RequestList(MyTreeView):
|
||||||
else:
|
else:
|
||||||
self.parent.receive_payreq_e.setText(req.get('URI'))
|
self.parent.receive_payreq_e.setText(req.get('URI'))
|
||||||
self.parent.receive_address_e.setText(req['address'])
|
self.parent.receive_address_e.setText(req['address'])
|
||||||
|
self.parent.receive_payreq_e.repaint() # macOS hack (similar to #4777)
|
||||||
|
self.parent.receive_address_e.repaint() # macOS hack (similar to #4777)
|
||||||
|
|
||||||
def clearSelection(self):
|
def clearSelection(self):
|
||||||
super().clearSelection()
|
super().clearSelection()
|
||||||
|
|
Loading…
Add table
Reference in a new issue