wireshark/ui/logray
Preben Guldberg b50ed1dc80 GUI: Colorize with filter could use an old filter
When right-clicking an item in the packet details and using "Colorize
with Filter", the colour may be applied using the wrong filter.

The code currently only updates the filter used for "Colorize with
Filter" if the packet details are visible and has focus. This is not
the case when you switch from one packet to another (at least by
clicking the other frame in the packet list).

The patch moves the emit of fieldFilterChanged() up to where the
filed_filter is identified. This seems the least intrusive.
2023-03-09 22:40:35 +00:00
..
CMakeLists.txt Logray: Remove the "Follow Stream" dialog 2023-01-22 23:36:23 +00:00
i18n.qrc.in
logray_application.cpp Add Logray capture icons. 2022-09-10 23:35:27 +00:00
logray_application.h Add Logray capture icons. 2022-09-10 23:35:27 +00:00
logray_en.ts
logray_main.cpp Move ui/clopts_common.[ch] to wsutil 2023-02-10 20:59:22 +00:00
logray_main_window.cpp Move ui/version_info.[ch] to wsutil 2023-02-07 23:17:37 +00:00
logray_main_window.h Logray: Remove the "Follow Stream" dialog 2023-01-22 23:36:23 +00:00
logray_main_window.ui Logray: Remove the "Follow Stream" dialog 2023-01-22 23:36:23 +00:00
logray_main_window_slots.cpp GUI: Colorize with filter could use an old filter 2023-03-09 22:40:35 +00:00