Forgot an important option to force to default.
Originally committed to SVN as r1785.
This commit is contained in:
parent
33117888f0
commit
8728753844
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults) {
|
|||
SetBool(_T("Audio Draw Keyframes"), true);
|
||||
SetBool(_T("Audio Draw Timeline"),true);
|
||||
SetBool(_T("Audio Draw Cursor Time"),true);
|
||||
SetBool(_T("Audio Draw Video Position"),false);
|
||||
SetBool(_T("Audio Draw Video Position"),false,1700);
|
||||
SetColour(_T("Audio Selection Background Modified"),wxColour(92,0,0));
|
||||
SetColour(_T("Audio Selection Background"),wxColour(64,64,64));
|
||||
SetColour(_T("Audio Seconds Boundaries"),wxColour(0,100,255));
|
||||
|
|
Loading…
Reference in a new issue