Bug #3075 ยป WComboBox.patch
| src/Wt/WComboBox.C | ||
|---|---|---|
|       } | ||
|     } | ||
|     itemsChanged_ = false; | ||
|     selectionChanged_ = false; | ||
|   } | ||
|   if (selectionChanged_) { | ||
|     element.setProperty(PropertySelectedIndex, | ||
|   element.setProperty(PropertySelectedIndex, | ||
| 			boost::lexical_cast<std::string>(currentIndex_)); | ||
|     selectionChanged_ = false; | ||
|   } | ||
|   selectionChanged_ = false;  | ||
|   if (!currentlyConnected_ | ||
|       && (activated_.isConnected() || sactivated_.isConnected())) { | ||