diff --git a/README.md b/README.md index 66a684c5a..fdf21fb30 100644 --- a/README.md +++ b/README.md @@ -165,4 +165,4 @@ We welcome contributions. For smaller changes just open a pull request straight ## License -NumWorks is a registered trademark. Omega is not affiliated with Numworks. NumWorks Epsilon is released under a [CC BY-NC-SA License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). \ No newline at end of file +NumWorks is a registered trademark. Omega is not affiliated with Numworks. NumWorks Epsilon is released under a [CC BY-NC-SA License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). diff --git a/apps/settings/sub_menu/exam_mode_controller.cpp b/apps/settings/sub_menu/exam_mode_controller.cpp index 0909bc6f6..3e94bd868 100644 --- a/apps/settings/sub_menu/exam_mode_controller.cpp +++ b/apps/settings/sub_menu/exam_mode_controller.cpp @@ -68,6 +68,9 @@ int ExamModeController::reusableCellCount(int type) { } void ExamModeController::willDisplayCellForIndex(HighlightCell * cell, int index) { + if(index == 0){ + m_examModeCell.setHighlighted(false); + } Preferences * preferences = Preferences::sharedPreferences(); GenericSubController::willDisplayCellForIndex(cell, index); I18n::Message thisLabel = m_messageTreeModel->children(index)->label();