[digikam] [Bug 372342] Face tag area is very short
Posted by
bugzilla_noreply on
URL: http://digikam.185.s1.nabble.com/digikam-Bug-372342-New-Face-tag-area-is-very-short-tp4690538p4694621.html
https://bugs.kde.org/show_bug.cgi?id=372342--- Comment #11 from Yingjie Liu <
[hidden email]> ---
Hi,
I tested the code I add, then I find that the width of input box should change
only in the FaceItem class. While in the AssignNameOverlay class, it has to be
unchanged. So I the connect of signal textEditChanged and slot
slotSetLineNumber can only be added in FaceItem class. So I add a function void
addTagsChangeSignal() for adding the connect, and it will be invoked in
FaceItem class.
I commited the code and made a pull request to github, but I did not figure out
how to add the patch in this bug entry, should I post some files or use
different way to call a pull request?
--
You are receiving this mail because:
You are the assignee for the bug.