| 143 | } |
| 144 | |
| 145 | MyGUI::IntCoord SelectorControlLE::getActionScale() const |
| 146 | { |
| 147 | MyGUI::Window* window = mMainWidget->castType<MyGUI::Window>(false); |
| 148 | if (window != nullptr) |
| 149 | return window->getActionScale(); |
| 150 | return {}; |
| 151 | } |
| 152 | |
| 153 | void SelectorControlLE::setColour(MyGUI::Colour _value) |
| 154 | { |
no outgoing calls
no test coverage detected