aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/packet_list_record.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/packet_list_record.cpp')
-rw-r--r--ui/qt/models/packet_list_record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/models/packet_list_record.cpp b/ui/qt/models/packet_list_record.cpp
index 63a636c406..617af34aa2 100644
--- a/ui/qt/models/packet_list_record.cpp
+++ b/ui/qt/models/packet_list_record.cpp
@@ -164,7 +164,7 @@ void PacketListRecord::dissect(capture_file *cap_file, bool dissect_color)
/* Re-color when the coloring rules are changed via the UI. */
if (dissect_color) {
color_filters_prime_edt(&edt);
- fdata_->flags.need_colorize = 1;
+ fdata_->need_colorize = 1;
}
if (dissect_columns)
col_custom_prime_edt(&edt, cinfo);