tryexceptpass / sofi

an OS agnostic UI module for Python
MIT License
387 stars 49 forks source link

Use proper list method for callback removal #84

Closed nocarryr closed 7 years ago

nocarryr commented 7 years ago

Fixes #83 Handlers are stored in a list if a selector is given. The unregister() method now functions as expected from tests created in a separate branch of my fork.

tryexceptpass commented 7 years ago

Thanks again for the help.

nocarryr commented 7 years ago

Glad to help. Great project btw