thought I was done with this but certain things didn't want to work. RAGE

This commit is contained in:
AJ Kelly
2011-12-28 21:45:50 -06:00
parent 8c0341c3c6
commit 3e3cc845c5
2 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ function GetTapPosition( sType )
bCategory = (sType == 'Standard') and 1 or 2
-- true: Normal
-- false: Lower
bPreference = GetUserPrefB("UserPrefNotePosition") and "Normal" or "Lower"
bPreference = ThemePrefs.Get("NotePosition") and "Normal" or "Lower"
tNotePos = tNotePositions[bPreference]
return tNotePos[bCategory]
end