Mercurial > hg > svgui
comparison widgets/WindowShapePreview.cpp @ 997:296ccd36f626 tony-2.0-integration
Merge through to branch for Tony 2.0
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 14:54:21 +0100 |
parents | 6645b6b8356f |
children | 0edfed2c8482 |
comparison
equal
deleted
inserted
replaced
943:788b7623bfca | 997:296ccd36f626 |
---|---|
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 |