mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 05:39:38 +02:00
Fix status bar not displaying Alerts.
This commit is contained in:
committed by
Luke Dashjr
parent
142e5056cd
commit
181b863d22
@@ -91,6 +91,8 @@ void UIThreadCall(boost::function0<void> fn)
|
||||
|
||||
void MainFrameRepaint()
|
||||
{
|
||||
if(guiref)
|
||||
QMetaObject::invokeMethod(guiref, "refreshStatusBar", Qt::QueuedConnection);
|
||||
}
|
||||
|
||||
void InitMessage(const std::string &message)
|
||||
|
||||
Reference in New Issue
Block a user