File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 988988 </item >
989989 </layout >
990990 </widget >
991- <widget class =" QWidget" name =" widget_2 " native =" true" >
991+ <widget class =" QWidget" name =" peersTabRightPanel " native =" true" >
992992 <property name =" sizePolicy" >
993993 <sizepolicy hsizetype =" Minimum" vsizetype =" Preferred" >
994994 <horstretch >0</horstretch >
Original file line number Diff line number Diff line change @@ -1097,7 +1097,7 @@ void RPCConsole::updateDetailWidget()
10971097{
10981098 const QList<QModelIndex> selected_peers = GUIUtil::getEntryData (ui->peerWidget , PeerTableModel::NetNodeId);
10991099 if (!clientModel || !clientModel->getPeerTableModel () || selected_peers.size () != 1 ) {
1100- ui->detailWidget ->hide ();
1100+ ui->peersTabRightPanel ->hide ();
11011101 ui->peerHeading ->setText (tr (" Select a peer to view detailed information." ));
11021102 return ;
11031103 }
@@ -1151,7 +1151,7 @@ void RPCConsole::updateDetailWidget()
11511151 ui->peerPingWait ->setText (GUIUtil::formatPingTime (stats->nodeStateStats .m_ping_wait_usec ));
11521152 }
11531153
1154- ui->detailWidget ->show ();
1154+ ui->peersTabRightPanel ->show ();
11551155}
11561156
11571157void RPCConsole::resizeEvent (QResizeEvent *event)
You can’t perform that action at this time.
0 commit comments