[qet] [2891] Correction: DiagramContent:: enum Filter values (thanks joshua)

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


Revision: 2891
Author:   abhishekm71
Date:     2014-03-01 07:14:58 +0100 (Sat, 01 Mar 2014)
Log Message:
-----------
Correction: DiagramContent:: enum Filter values (thanks joshua)

Modified Paths:
--------------
    trunk/sources/diagramcontent.h

Modified: trunk/sources/diagramcontent.h
===================================================================
--- trunk/sources/diagramcontent.h	2014-02-28 16:14:40 UTC (rev 2890)
+++ trunk/sources/diagramcontent.h	2014-03-01 06:14:58 UTC (rev 2891)
@@ -48,9 +48,9 @@
 		ConductorsToUpdate = 16,
 		OtherConductors = 32,
 		AnyConductor = 56,
-		All = 63,
-		SelectedOnly = 64,
-		Shapes = 128
+		Shapes = 64,
+		All = 127,
+		SelectedOnly = 128,
 	};
 	
 	/// Hold electrical elements


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