Skip to content

Commit 86fd8c9

Browse files
If a continuous course book is loaded, the the step is set to at least 1.
1 parent 77427e3 commit 86fd8c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

VokabelTrainer/Forms/VokabelTrainer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,8 @@ private void LoadLanguageFile(int? nNeededStep)
994994
}
995995
catch (Exception oEx)
996996
{
997-
// ignore
997+
// if no training file then set step to 1 at least
998+
m_nStep = 1;
998999
}
9991000
}
10001001
}

0 commit comments

Comments
 (0)