From b4eece7cc6ded028251408312d7b7f2aa69fe10a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Mar 2012 16:48:22 -0600 Subject: 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 --- src/kernel/qnamespace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/kernel/qnamespace.h') 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 }; -- cgit v1.2.1