mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Update exam_mode_controller.cpp
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user