Prevent window from being shown momentarily when using -min
authorWladimir J. van der Laan <laanwj@gmail.com>
Fri, 9 Dec 2011 21:35:57 +0000 (22:35 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Fri, 9 Dec 2011 21:41:19 +0000 (22:41 +0100)
commit45198af2be4e4cf26bf6d751a4bacb564abddb7f
tree1b69a3de28a35a5b2f7552b05abf7275a1e3fd2d
parent8848a70ba16765313438a289b8837732e81650f7
Prevent window from being shown momentarily when using -min
- In a previous patch, show() was added to all the page switcher functions. As the contructor calls showOverviewPage(), this means the window is shown in the constructor.
- This change prevents this by connecting show() to the signal instead.
src/qt/bitcoingui.cpp