mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-10 00:09:31 -04:00
statistics - bw graph set default to linear scale
This commit is contained in:
parent
a9412e6ced
commit
0f46d393c2
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ BWGraph::BWGraph(QWidget *parent) : RSGraphWidget(parent)
|
|||
|
||||
setTimeScale(1.0f) ; // 1 pixels per second of time.
|
||||
|
||||
setFlags(RSGRAPH_FLAGS_LOG_SCALE_Y) ;
|
||||
resetFlags(RSGRAPH_FLAGS_LOG_SCALE_Y) ;
|
||||
resetFlags(RSGRAPH_FLAGS_PAINT_STYLE_PLAIN) ;
|
||||
|
||||
setFlags(RSGRAPH_FLAGS_SHOW_LEGEND) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue