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() {