URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9fe7102b3a1bc72ac9921019938be71312b26b78
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9fe7102 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Qt: fix UI artifacts seen in UAT window on Linux or OSX
The QLabel::clear() method call does not seem to repaint the area on those platforms.
Let's force an update of the widget.
Bug: 11695
Change-Id: I9c708c8537140b26582e4365ceee3271eac23259
Reviewed-on: https://code.wireshark.org/review/11782
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 7775b48 Developer guide: add docbook-xml45 to the list of required Cygwin packages
adds 9fe7102 Qt: fix UI artifacts seen in UAT window on Linux or OSX
Summary of changes:
ui/qt/uat_dialog.cpp | 3 +++
1 file changed, 3 insertions(+)