From 5da709a999b460e3bac63c9ef9e00e23587095c2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 7 Feb 2011 18:46:55 -0600 Subject: [PATCH] Trying to reduce graphica glitches --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index 3fb4f00..3240de2 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -815,7 +815,7 @@ class SMSEntryWindow(object): self._cancelButton.setVisible(False) self._smsButton.setVisible(True) self._dialButton.setVisible(True) - self._window.hide() + self.close() @QtCore.pyqtSlot() @misc_utils.log_exception(_moduleLogger) -- 1.7.9.5