Changeset 60772 in webkit


Ignore:
Timestamp:
Jun 7, 2010 3:36:17 AM (14 years ago)
Author:
jocelyn.turcotte@nokia.com
Message:

[Qt] Fix text selection drawing.
https://bugs.webkit.org/show_bug.cgi?id=40221

Reviewed by Simon Hausmann.

The regression was introduced in r60169.

  • platform/graphics/qt/FontQt.cpp:

(WebCore::drawTextCommon):

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r60771 r60772  
     12010-06-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Fix text selection drawing.
     6        https://bugs.webkit.org/show_bug.cgi?id=40221
     7
     8        The regression was introduced in r60169.
     9
     10        * platform/graphics/qt/FontQt.cpp:
     11        (WebCore::drawTextCommon):
     12
    1132010-06-07  Yury Semikhatsky  <yurys@chromium.org>
    214
  • trunk/WebCore/platform/graphics/qt/FontQt.cpp

    r60169 r60772  
    147147            p->restore();
    148148        }
     149        p->setPen(textFillPen);
    149150        line.draw(p, pt);
    150151        p->restore();
Note: See TracChangeset for help on using the changeset viewer.