Wireshark-commits: [Wireshark-commits] master 8e8db9b: Qt: Explicitly set the byte view painter fon
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 23 Oct 2015 23:25:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e8db9b917e1ad9cdfeca0fd92bc864fbd94fd1e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8e8db9b by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Explicitly set the byte view painter font.
    
    Set the painter font at the beginning of each paintEvent. It looks like
    we either aren't calling setFont at the right time or the
    QAbstractScrollArea viewport sometimes ignores its parent font.
    
    Bug: 11594
    Change-Id: Id4484f6b990be112bbc5728d5ad0e31a74a60201
    Reviewed-on: https://code.wireshark.org/review/11231
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  2d065bc   Fix some copy+pasted tooltip text.
    adds  8e8db9b   Qt: Explicitly set the byte view painter font.


Summary of changes:
 ui/qt/byte_view_text.cpp |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)