diff 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
line wrap: on
line diff
--- a/widgets/WindowShapePreview.cpp	Mon Apr 20 09:19:52 2015 +0100
+++ b/widgets/WindowShapePreview.cpp	Mon Jun 15 09:15:55 2015 +0100
@@ -209,7 +209,6 @@
 void
 WindowShapePreview::setWindowType(WindowType type)
 {
-    if (m_windowType == type) return;
     m_windowType = type;
     updateLabels();
 }