fourshade / spectra_lexer

Stroke and rule analyzer for stenography
GNU General Public License v2.0
35 stars 3 forks source link

New function showNormal #6

Closed sachac closed 3 years ago

sachac commented 3 years ago

I had this weird problem where I could only start the Spectra plugin once. If I closed it, I couldn't open it again. It looks like main_window.py calls showNormal instead of show. This change allows me to open and close Spectra as many times as I need to while Plover is open.

fourshade commented 3 years ago

Got it. I'll look and see where in Plover's history they changed the call from show() to showNormal() to see how urgent a new package release is.