Wireshark-commits: [Wireshark-commits] master 276d02a: QT: keep cursor visible after completerion s
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=276d02a62b379f61d397efc2254a0d01d6726225
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
276d02a by Michail Koreshkov (drkor@xxxxx):
QT: keep cursor visible after completerion select
Before it was like this (display filter line edit "lost" focus)
After press Enter in completion pupup, line edit stop show cursor.
I was confused every time because without cursor it look like focus lost.
But in fact focus is not lost and only cursor was disappear.
Now cursor is not disappear
Change-Id: I56979a1a774b6fb0b8b8be8239c01f5034c42fc8
Reviewed-on: https://code.wireshark.org/review/26781
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 25f9258 Remove GTK-related stuff from macos-setup.sh
adds 276d02a QT: keep cursor visible after completerion select
Summary of changes:
ui/qt/widgets/syntax_line_edit.cpp | 1 +
1 file changed, 1 insertion(+)