|
@ -402,8 +402,7 @@ class PasswordDialog(QDialog): |
|
|
|
|
|
|
|
|
class ReceivePopup(QDialog): |
|
|
class ReceivePopup(QDialog): |
|
|
|
|
|
|
|
|
def mouseMoveEvent(self, event): |
|
|
def leaveEvent(self, event): |
|
|
if not self.rect().contains(event.pos()): |
|
|
|
|
|
self.close() |
|
|
self.close() |
|
|
|
|
|
|
|
|
def setup(self, address): |
|
|
def setup(self, address): |
|
|