Skip to content

Commit b8b59ff

Browse files
committed
gui: update the screen after loading wallet
1 parent 37095c7 commit b8b59ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ void BitcoinGUI::createActions()
410410

411411
connect(action, &QAction::triggered, [this, path] {
412412
auto activity = new OpenWalletActivity(m_wallet_controller, this);
413-
connect(activity, &OpenWalletActivity::opened, this, &BitcoinGUI::setCurrentWallet);
413+
connect(activity, &OpenWalletActivity::opened, this, &BitcoinGUI::setCurrentWallet, Qt::QueuedConnection);
414414
activity->open(path);
415415
});
416416
}

0 commit comments

Comments
 (0)