quicksilver / Quicksilver

Quicksilver Project Source
http://qsapp.com
Apache License 2.0
2.73k stars 285 forks source link

Fix enabling/disabling of proxy objects in catalog #2670

Closed pjrobertson closed 2 years ago

pjrobertson commented 2 years ago

Fixes #1660

Pretty simple fix. QSProxyObject (a subclass of QSBasicObject) override the enabled method, and did not call through to super.

pjrobertson commented 2 years ago

Again, another small fix which I'll merge straight into master.

I'm keen to get 2.1.0 out