MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Fix problem in master branch with un-tabbed references to preferenceswindow sections resulting in nearly empty preferences windows. #254

Closed pwdirks closed 3 years ago

pwdirks commented 3 years ago

Looks like the merge of the tabbed window preferences mixed one of the older untapped references in the preferences code. This should fix #249.

leskerr commented 3 years ago

Ahh, that's better! The 'master' branch is working fine now. Thanks!