diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-05 16:48:22 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-02 20:29:54 +0200 |
| commit | d0c6decc228d7ab0d42d00d515b2f4571452abd5 (patch) | |
| tree | fec7cada878dfa0540aeae41d404a379d1a4bd90 /src/kernel/qpainter.cpp | |
| parent | 8f2ce2b619e03579c1ce44a5087692bd6780b537 (diff) | |
| download | qt3-d0c6decc228d7ab0d42d00d515b2f4571452abd5.tar.gz qt3-d0c6decc228d7ab0d42d00d515b2f4571452abd5.zip | |
Fix TQPainter::drawWinFocusRect
This patch brings the behaviour on external paint devices in line with the documentation at http://trinitydesktop.org/docs/qt3/qpainter.html#drawWinFocusRect
(cherry picked from commit b4eece7cc6ded028251408312d7b7f2aa69fe10a)
Diffstat (limited to 'src/kernel/qpainter.cpp')
| -rw-r--r-- | src/kernel/qpainter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/qpainter.cpp b/src/kernel/qpainter.cpp index e5e9026..97a51b4 100644 --- a/src/kernel/qpainter.cpp +++ b/src/kernel/qpainter.cpp @@ -414,6 +414,8 @@ typedef QPtrStack<QWMatrix> QWMatrixStack; \value DashDotDotLine one dash, two dots, one dash, two dots. + \value FineDotLine single pixel dots separated by single pixels. + \value MPenStyle mask of the pen styles. \img pen-styles.png Pen Styles |
