summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpainter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-05 16:48:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-05 16:48:22 -0600
commitb4eece7cc6ded028251408312d7b7f2aa69fe10a (patch)
tree7b7da484f62e1bed527771eadc9226ce6ca3da1d /src/kernel/qpainter.cpp
parent9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (diff)
downloadqt3-b4eece7cc6ded028251408312d7b7f2aa69fe10a.tar.gz
qt3-b4eece7cc6ded028251408312d7b7f2aa69fe10a.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
Diffstat (limited to 'src/kernel/qpainter.cpp')
-rw-r--r--src/kernel/qpainter.cpp2
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