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/qpainter.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/kernel/qpainter.cpp') 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 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 -- cgit v1.2.1