diff layer/SingleColourLayer.h @ 294:919740b20cc9

* Better abbreviation modes for layer names in pane (and input model combo of plugin parameter dialog) * Avoid crash when loading SV file containing model derived from nonexistent model (shouldn't happen of course, but see bug #1771769) * Remember last-used input model in plugin parameter dialog * Don't override a layer colour loaded from a session file with the generated default colour when attaching it to a view
author Chris Cannam
date Fri, 10 Aug 2007 16:36:50 +0000
parents 15b8a4bfe855
children 5c59c433b358
line wrap: on
line diff
--- a/layer/SingleColourLayer.h	Thu Aug 09 14:40:03 2007 +0000
+++ b/layer/SingleColourLayer.h	Fri Aug 10 16:36:50 2007 +0000
@@ -67,6 +67,7 @@
     static ColourRefCount m_colourRefCount;
 
     int m_colour;
+    bool m_colourExplicitlySet;
 };
 
 #endif