mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 05:50:39 -04:00
Fix default LogScale in BandwidthStatsWidget
This commit is contained in:
parent
7b2f6a3439
commit
4e7411362e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ BandwidthStatsWidget::BandwidthStatsWidget(QWidget *parent)
|
||||||
ui.bwgraph_BW->resetFlags(RSGraphWidget::RSGRAPH_FLAGS_LEGEND_CUMULATED) ;
|
ui.bwgraph_BW->resetFlags(RSGraphWidget::RSGRAPH_FLAGS_LEGEND_CUMULATED) ;
|
||||||
|
|
||||||
updateUnitSelection(0);
|
updateUnitSelection(0);
|
||||||
|
toggleLogScale(ui.logScale_CB->checkState() == Qt::Checked);//Update bwgraph_BW with default logScale_CB state defined in ui file.
|
||||||
|
|
||||||
// Setup connections
|
// Setup connections
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue