From 7def2e4dc2b042bfca1729ab109c2e3d54eb6010 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 21 Feb 2014 21:37:21 +0000 Subject: [PATCH] Preview bug fix. --- alethzero/MainWin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alethzero/MainWin.cpp b/alethzero/MainWin.cpp index c4efb8e1e..f0f300b6f 100644 --- a/alethzero/MainWin.cpp +++ b/alethzero/MainWin.cpp @@ -299,7 +299,7 @@ void Main::refresh(bool _override) } } - if (c || m_keysChanged) + if (c || m_keysChanged || _override) { m_keysChanged = false; ui->ourAccounts->clear();