Mercurial > hg > svgui
comparison widgets/ColourMapComboBox.cpp @ 1266:a34a2a25907c
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 73d43e410a6b |
children | d79e21855aef |
comparison
equal
deleted
inserted
replaced
1265:6e724c81f18f | 1266:a34a2a25907c |
---|---|
33 rebuild(); | 33 rebuild(); |
34 | 34 |
35 connect(this, SIGNAL(activated(int)), this, SLOT(comboActivated(int))); | 35 connect(this, SIGNAL(activated(int)), this, SLOT(comboActivated(int))); |
36 | 36 |
37 if (count() < 20 && count() > maxVisibleItems()) { | 37 if (count() < 20 && count() > maxVisibleItems()) { |
38 setMaxVisibleItems(count()); | 38 setMaxVisibleItems(count()); |
39 } | 39 } |
40 } | 40 } |
41 | 41 |
42 void | 42 void |
43 ColourMapComboBox::comboActivated(int index) | 43 ColourMapComboBox::comboActivated(int index) |