FreeCAD: master 6e6f2c8a

Author Committer Branch Timestamp Parent
wmayer wmayer master 2020-10-19 14:08:26 master 99dd4460
Changeset PartDesign: [skip ci] some improvements in TaskHoleParameters
+ do not rely on translated strings but set user data for the items of the combo box
+ do not use tr() to convert the C strings to QString of the hole feature, use QString::fromLatin1
+ do not use findText() twice for the same search but store the result
mod - src/Mod/PartDesign/Gui/TaskHoleParameters.cpp Diff File