]> git.lyx.org Git - features.git/commitdiff
#7266 drawing of dotted lines with QPen and line width of 0.5 does not work well...
authorStephan Witt <switt@lyx.org>
Tue, 8 Mar 2011 15:35:24 +0000 (15:35 +0000)
committerStephan Witt <switt@lyx.org>
Tue, 8 Mar 2011 15:35:24 +0000 (15:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37884 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPainter.cpp

index 0df30a2c94863c62e44925fe683cb16fc3b82c71..3ade5c918857c680433f94051ff31c64b772d5db 100644 (file)
@@ -45,7 +45,7 @@ using namespace std;
 namespace lyx {
 namespace frontend {
   
-const float Painter::thin_line = 0.5;
+const float Painter::thin_line = 0.0;
 
 GuiPainter::GuiPainter(QPaintDevice * device)
        : QPainter(device), Painter(),