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

If the preferences window is minimized ('iconified'), selecting 'Preferences' does not show the window as expected #245

Closed pwdirks closed 3 years ago

pwdirks commented 3 years ago

What's missing is a call to 'deiconify()' on the window before pulling it to the front.

AESilky commented 3 years ago

@pwdirks create a PR for this and it can be merged in.

pwdirks commented 3 years ago

Closed w. merge of latest change on branch pwd-243-limit-to-single-preferences-panel-at-runtime.