mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix bug on the visibility of the Ruler Graph
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7433396333
commit
411f455291
4 changed files with 7 additions and 8 deletions
|
@ -363,7 +363,7 @@ void TechnicalDetailsSettings::setRulerGraph(bool value)
|
|||
QSettings s;
|
||||
s.beginGroup(tecDetails);
|
||||
s.setValue("RulerBar", value);
|
||||
prefs.pp_graphs.phe_threshold = value;
|
||||
prefs.rulergraph = value;
|
||||
emit rulerGraphChanged(value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue