FreeCAD: master 89b74a52

Author Committer Branch Timestamp Parent
Przemo Firszt wmayer master 2015-10-20 12:39:21 master 15dbd105
Changeset GUI: improve App::PropertyPath directory selector

Editing direcotry in lineEdit was open to escaped character problems
i.e. \t or \n which can be pert of notmal directory path were converted
to tab or new line. Also leaving the lineEdit without hitting Enter was
discarding changes.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Gui/FileDialog.cpp Diff File
mod - src/Gui/FileDialog.h Diff File