Mercurial > hg > svgui
diff view/Overview.cpp @ 835:7792b7667f74
Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking
author | Chris Cannam |
---|---|
date | Tue, 02 Sep 2014 14:47:04 +0100 |
parents | 8bb9320f78a4 |
children | c17719e488c9 |
line wrap: on
line diff
--- a/view/Overview.cpp Tue Sep 02 10:31:23 2014 +0100 +++ b/view/Overview.cpp Tue Sep 02 14:47:04 2014 +0100 @@ -52,8 +52,8 @@ if (!zoomChanged) { if (m_modelTestTime.elapsed() < 1000) { - for (LayerList::const_iterator i = m_layers.begin(); - i != m_layers.end(); ++i) { + for (LayerList::const_iterator i = m_layerStack.begin(); + i != m_layerStack.end(); ++i) { if ((*i)->getModel() && (!(*i)->getModel()->isOK() || !(*i)->getModel()->isReady())) {