SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
0 deletions
-
electrum/gui/qt/request_list.py
|
|
@ -99,6 +99,8 @@ class RequestList(MyTreeView): |
|
|
|
else: |
|
|
|
self.parent.receive_payreq_e.setText(req.get('URI')) |
|
|
|
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): |
|
|
|
super().clearSelection() |
|
|
|