mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
Fix default LogScale in BandwidthStatsWidget
This commit is contained in:
parent
7b2f6a3439
commit
4e7411362e
@ -49,6 +49,7 @@ BandwidthStatsWidget::BandwidthStatsWidget(QWidget *parent)
|
||||
ui.bwgraph_BW->resetFlags(RSGraphWidget::RSGRAPH_FLAGS_LEGEND_CUMULATED) ;
|
||||
|
||||
updateUnitSelection(0);
|
||||
toggleLogScale(ui.logScale_CB->checkState() == Qt::Checked);//Update bwgraph_BW with default logScale_CB state defined in ui file.
|
||||
|
||||
// Setup connections
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user