https://bugs.kde.org/show_bug.cgi?id=417210
--- Comment #10 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- Git commit d3f7e42afdb994ae4f666c33f9974ef12bf5b2d4 by Thomas Fischer. Committed on 31/03/2020 at 19:47. Pushed by thomasfischer into branch 'kbibtex/0.10'. When resetting FieldLineEdit, use preferred type flag This commit addresses the issue reported in bug 417210, comment 4, issue (d). Among others, MenuLineEdit and, by extension, FieldLineEdit got proper clear() functions and now a emit a modified() signal which is different to the textChanged(QString) signal as the modified() signal includes changes to the type as well. This commit is a forward-port of commit 22ca454abbd7f3a from branch 'kbibtex/0.9'. M +6 -6 src/gui/field/fieldinput.cpp M +21 -10 src/gui/field/fieldlineedit.cpp M +2 -2 src/gui/field/fieldlineedit.h M +1 -1 src/gui/field/fieldlistedit.cpp M +10 -1 src/gui/widgets/menulineedit.cpp M +4 -1 src/gui/widgets/menulineedit.h https://commits.kde.org/kbibtex/d3f7e42afdb994ae4f666c33f9974ef12bf5b2d4 -- You are receiving this mail because: You are watching all bug changes.