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

Preferences panel should re-present same panel if a Preferences panel is already up #243

Closed pwdirks closed 3 years ago

pwdirks commented 3 years ago

Clicking on File -> Preferences and then clicking on the main window and re-selecting File -> Preferences brings up a second preferences dialog along with the first one.

Instead the code should merely bring the first one to the front if a preferences dialog is already displayed.

pwdirks commented 3 years ago

Fixed by merge of pull request #244 and latest change on branch pwd-243-limit-to-single-preferences-panel-at-runtime.