| 3342 | } |
| 3343 | |
| 3344 | void ScriptCreatedComponentWrappers::ViewportWrapper::ColumnListBoxModel::returnKeyPressed(int row) |
| 3345 | { |
| 3346 | parent->getScriptComponent()->setValue(row); |
| 3347 | parent->getScriptComponent()->changed(); |
| 3348 | } |
| 3349 | |
| 3350 | |
| 3351 | void ScriptCreatedComponentWrapper::ValuePopup::updateText() |
nothing calls this directly
no test coverage detected