mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Change the Ruler text values when metric system changes.
"ups", as I did this in Metric system I forgot to update to imperial when the user selected it. Fixes #665 Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
936f057ddc
commit
078332bae1
3 changed files with 11 additions and 22 deletions
|
|
@ -83,9 +83,6 @@ protected:
|
|||
private
|
||||
slots:
|
||||
void settingsChanged();
|
||||
|
||||
private:
|
||||
bool showWithPPGraph;
|
||||
};
|
||||
|
||||
class TimeAxis : public DiveCartesianAxis {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue