Wireshark-commits: [Wireshark-commits] master-2.0 4f2c89d: Qt: Keep the syntax line edit cursor act
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f2c89d8a98fcd438e1c6c57ede5043e75a22fd8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
4f2c89d by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Keep the syntax line edit cursor active.
Ignore focusOutEvents when the syntax line edit completer is active.
This keeps it from hiding its cursor.
Bug: 12520
Change-Id: I8e25b92c097e039e26e2381c5209be1e27a6a7cd
Reviewed-on: https://code.wireshark.org/review/16126
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Tested-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Tested-by: Jim Young <jim.young.ws@xxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
(cherry picked from commit cc007e59082ed710b46c75a346ec8defde9574d5)
Reviewed-on: https://code.wireshark.org/review/16130
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from be8fe45 Fix previous fix. What a mess this is....
adds 4f2c89d Qt: Keep the syntax line edit cursor active.
Summary of changes:
ui/qt/syntax_line_edit.cpp | 11 +++++++++++
ui/qt/syntax_line_edit.h | 1 +
2 files changed, 12 insertions(+)