X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Frpcconsole.cpp;h=c793bf9856e675616dd1c69a567e76471f95543f;hp=ff773f6c1a6664254e723d8edcec8e7ef3ff63c7;hb=refs%2Fpull%2F361%2Fhead;hpb=891b4227f48ad3e92dc27cba7fecfeb870b5d12e diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index ff773f6..c793bf9 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -299,6 +299,8 @@ static QString categoryClass(int category) void RPCConsole::clear() { ui->messagesWidget->clear(); + history.clear(); + historyPtr = 0; ui->lineEdit->clear(); ui->lineEdit->setFocus();