kwilcz / Antario

Clean base/cheat made for CS:GO.
MIT License
133 stars 34 forks source link

menu in bounds issue #33

Closed lm-ao closed 6 years ago

lm-ao commented 6 years ago

basically if you click close to the outside of the checkbox it will enable it, shouldn't it be only when clicked inside of it?

lm-ao commented 6 years ago

correction the check boxes will turn on if you click on the text that's beside them wouldn't that be a bug and if it's meant to be like that how would you fix it?

Monsterxsync commented 6 years ago

I don't know what way was intended but the "fix" for this is very simple just change it like this. https://github.com/Wando1423/Antario/pull/34

kwilcz commented 6 years ago

It was intended, checkbox selectable is so small that its much easier to use it that way. I'll leave it for discussion maybe?

Monsterxsync commented 6 years ago

Played one game with only the checkboxes and it seems alright (after i got used it it).

ghost commented 6 years ago

It's Wando's decision, but the expected behaviour from a user would be that clicking the text activates the checkbox too. This is how it works on the web, and it can feel fiddly without it.

my 2c

Monsterxsync commented 6 years ago

For ease of use the old way works better yeah. I don't mind either way though its a simple change maybe just leave a comment for new users and they can decide?