URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b7ea06e0a79c8adfbc94357d4c9627a71612169
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5b7ea06 by Roland Knall (rknall@xxxxxxxxx):
Qt: IO Graph correct color selection
The correct method of selection of colors is just using the
QColorDialog not a specialized object. Implementing it just
that way, to correct bug on Linux
Bug: 15399
Change-Id: I3c4785d352888ec34c34534667c3f7df182f9fd7
Reviewed-on: https://code.wireshark.org/review/31465
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 179cb6d nas_5gs: remove dead increment.
add 5b7ea06 Qt: IO Graph correct color selection
Summary of changes:
ui/qt/CMakeLists.txt | 2 -
ui/qt/models/uat_delegate.cpp | 32 ++++++-------
ui/qt/models/uat_delegate.h | 1 -
ui/qt/widgets/editor_color_dialog.cpp | 88 -----------------------------------
ui/qt/widgets/editor_color_dialog.h | 57 -----------------------
5 files changed, 16 insertions(+), 164 deletions(-)
delete mode 100644 ui/qt/widgets/editor_color_dialog.cpp
delete mode 100644 ui/qt/widgets/editor_color_dialog.h