mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-09 08:29:20 +01:00
1eef771a10
A checkbox is able to be tri-state, giving it three possible activity types, so in the connect call here, it would actually be truncating an int into a bool. Instead, we can just listen on the toggled() signal, which passes along a bool, not an int.