comparison widgets/WindowShapePreview.cpp @ 976:f2c63ec85901 alignment-simple

Branch to test simple FFT model code
author Chris Cannam
date Mon, 15 Jun 2015 09:15:55 +0100
parents 6645b6b8356f
children 0edfed2c8482
comparison
equal deleted inserted replaced
946:36cddc3de023 976:f2c63ec85901
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