comparison widgets/WindowShapePreview.cpp @ 974:6645b6b8356f

Fix failure to show window shape when Analysis tab in preferences is first opened
author Chris Cannam
date Fri, 12 Jun 2015 12:24:21 +0100
parents 4a578a360011
children 0edfed2c8482
comparison
equal deleted inserted replaced
971:fd934705973f 974:6645b6b8356f
207 } 207 }
208 208
209 void 209 void
210 WindowShapePreview::setWindowType(WindowType type) 210 WindowShapePreview::setWindowType(WindowType type)
211 { 211 {
212 if (m_windowType == type) return;
213 m_windowType = type; 212 m_windowType = type;
214 updateLabels(); 213 updateLabels();
215 } 214 }
216 215