Ahsoka / beskar

🧪 Redesigning the SEAL kit software for compatibility with modern operating systems.
MIT License
0 stars 0 forks source link

Fix weird behavior of the spin box with certain inputs #15

Open Ahsoka opened 2 years ago

Ahsoka commented 2 years ago

Sometimes when inputting certain keys or numbers into the spin box can cause the spinbox to have some really strange behavior. One such of example is typing a plus sign (+) was discovered by @ryanlee68 and which was fixed in this commit: https://github.com/Ahsoka/beskar/commit/c586c8b65fde4870b0dfc8b196072ec4ac59ffba.

When I was messing around with the spin box I discovered another instance of this weird behavior but have not found out how to replicate it yet. If that changes I will update this issue.