| 92 | } |
| 93 | |
| 94 | void ScopeTextureControl::updateFromCoordValue() |
| 95 | { |
| 96 | if (mCurrentSelectorControl != nullptr) |
| 97 | mCurrentSelectorControl->setCoord(mCoordValue); |
| 98 | |
| 99 | setValue(mCoordValue.print()); |
| 100 | } |
| 101 | |
| 102 | void ScopeTextureControl::CommandMoveLeft(const MyGUI::UString& _commandName, bool& _result) |
| 103 | { |