property value fields dont respond correctly when "full"
Status: Alpha
Brought to you by:
petrocket
If a text field is "full", like when the "Dither" proeprty field contains "0,000" already, and you try to enter a 5 (digit) after the comma, it wont get
inserted because Qt/Spacescape decides that it has reached its maximum capacity already instead of inserting the digit and erasing the last
one.
This is a Qt issue that I don't know how to fix yet.