FreeCAD: master 3f5fbef8

Author Committer Branch Timestamp Parent
chennes chennes master 2021-03-23 19:18:19 master 05b0ff2f
Affected Issues  0004601: Draft WB, Scale, Uniform Scaling, awkward data entry behavior
Changeset [Draft] Fix bug in data entry on scale w/ uniform

When entering a scale factor, if uniform scaling is on, the current code
keeps appending zeroes as you type, forcing you to delete them before
entering your next digit. This commit fixes that by ensuring that the
widget that you are currently editing is not updated continuously.

Fixes 0004601
mod - src/Mod/Draft/drafttaskpanels/task_scale.py Diff File