Mercurial > hg > svgui
comparison view/View.cpp @ 336:4a542ba875c2
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
It's still rather unstable though.
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 17:45:37 +0000 |
parents | e74b56f07c73 |
children | 1d3b27e69bf0 0895517bb2d1 |
comparison
equal
deleted
inserted
replaced
335:2f83b6e3b8ca | 336:4a542ba875c2 |
---|---|
747 | 747 |
748 if (recreate) { | 748 if (recreate) { |
749 delete m_cache; | 749 delete m_cache; |
750 m_cache = 0; | 750 m_cache = 0; |
751 } | 751 } |
752 | |
753 emit layerModelChanged(); | |
752 | 754 |
753 checkProgress(obj); | 755 checkProgress(obj); |
754 | 756 |
755 update(); | 757 update(); |
756 } | 758 } |