From bac7fe0fce9d62ffca4cc883f20ffa71e1823a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 4 Sep 2019 10:40:03 +0200 Subject: [PATCH] [apps/shared] Regression and Statistics take into account display mode --- apps/shared/store_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shared/store_controller.cpp b/apps/shared/store_controller.cpp index 447749bf6..c0a42986e 100644 --- a/apps/shared/store_controller.cpp +++ b/apps/shared/store_controller.cpp @@ -162,7 +162,7 @@ void StoreController::willDisplayCellAtLocation(HighlightCell * cell, int i, int if (typeAtLocation(i, j) == k_editableCellType) { static_cast(cell)->setHide(false); } - willDisplayCellAtLocationWithDisplayMode(cell, i, j, Preferences::PrintFloatMode::Decimal); + willDisplayCellAtLocationWithDisplayMode(cell, i, j, Preferences::sharedPreferences()->displayMode()); } const char * StoreController::title() {