Skip to content

Commit c2273bf

Browse files
committed
src/qt/mempooldetail.cpp::mempooltxtables:setVisible toggle
1 parent c98987d commit c2273bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/mempooldetail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void MempoolDetail::setPlatformStyle(const PlatformStyle* platform_style)
136136
void MempoolDetail::onMempoolStatusChanged(bool hasMempoolTxs)
137137
{
138138
qDebug() << "MempoolDetail::onMempoolStatusChanged(" << hasMempoolTxs << ")";
139-
m_tx_table->setVisible(hasMempoolTxs);
139+
this->setVisible(hasMempoolTxs);
140140
}
141141

142142
void MempoolDetail::setClientModel(ClientModel* model)

0 commit comments

Comments
 (0)