Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
293:15b8a4bfe855 | 294:919740b20cc9 |
---|---|
65 | 65 |
66 typedef std::map<int, int> ColourRefCount; | 66 typedef std::map<int, int> ColourRefCount; |
67 static ColourRefCount m_colourRefCount; | 67 static ColourRefCount m_colourRefCount; |
68 | 68 |
69 int m_colour; | 69 int m_colour; |
70 bool m_colourExplicitlySet; | |
70 }; | 71 }; |
71 | 72 |
72 #endif | 73 #endif |