[qet] [3463] Minor: basic shape event change color to blue

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3463
Author:   scorpio810
Date:     2014-11-07 19:21:54 +0100 (Fri, 07 Nov 2014)
Log Message:
-----------
Minor: basic shape event change color to blue

Modified Paths:
--------------
    trunk/sources/dvevent/dveventaddshape.cpp

Modified: trunk/sources/dvevent/dveventaddshape.cpp
===================================================================
--- trunk/sources/dvevent/dveventaddshape.cpp	2014-11-07 17:16:33 UTC (rev 3462)
+++ trunk/sources/dvevent/dveventaddshape.cpp	2014-11-07 18:21:54 UTC (rev 3463)
@@ -143,7 +143,7 @@
 	//If line isn't created yet, we create it.
 	if (!m_help_horiz || !m_help_verti) {
 		QPen pen;
-		pen.setColor(Qt::yellow);
+		pen.setColor(Qt::darkBlue);
 		//Add +5 for each line, because the topleft of diagram isn't draw at position (0:0) but (5:5)
 		if (!m_help_horiz) {
 			m_help_horiz = new QGraphicsLineItem(m_diagram -> border_and_titleblock.rowsHeaderWidth() + 5, 0,


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/