diff --git a/ui/qt/models/packet_list_record.h b/ui/qt/models/packet_list_record.h index 2a6db75cba..20399f3d87 100644 --- a/ui/qt/models/packet_list_record.h +++ b/ui/qt/models/packet_list_record.h @@ -40,7 +40,7 @@ public: frame_data *frameData() const { return fdata_; } // packet_list->col_to_text in gtk/packet_list_store.c static int textColumn(int column) { return cinfo_column_.value(column, -1); } - bool colorized() { return colorized_; } + bool colorized() { return colorized_ && (color_ver_ == rows_color_ver_); } unsigned int conversation() { return conv_index_; } int columnTextSize(const char *str);