summaryrefslogtreecommitdiffstats
path: root/src/kernel/qnamespace.h
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/qnamespace.h
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/qnamespace.h')
-rw-r--r--src/kernel/qnamespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/qnamespace.h b/src/kernel/qnamespace.h
index 2201a3d..d414d02 100644
--- a/src/kernel/qnamespace.h
+++ b/src/kernel/qnamespace.h
@@ -768,6 +768,7 @@ public:
DotLine,
DashDotLine,
DashDotDotLine,
+ FineDotLine,
MPenStyle = 0x0f
};