helloSystem / Utilities

Utilities written in PyQt5, meant for use with helloSystem
BSD 2-Clause "Simplified" License
27 stars 29 forks source link

Keyboard.app checkboxes not working in helloSystem #3

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

image

Apparently those do not work in a Qt based environment. They did work in GNUstep. Possibly Qt handles these things differently in the xcb plugin and we'd need to hook in there?

grahamperrin commented 3 years ago

Probably fixed; https://github.com/helloSystem/Utilities/commit/757aa02bbdf7fb649432b08d5db9c033bd502589

probonopd commented 3 years ago

Closing; please comment in case you see this bug again. Thanks @grahamperrin