| 11 | { |
| 12 | |
| 13 | void PositionSelectorBlackControl::OnInitialise( |
| 14 | Control* _parent, |
| 15 | MyGUI::Widget* _place, |
| 16 | std::string_view /*_layoutName*/) |
| 17 | { |
| 18 | SelectorControl::OnInitialise(_parent, _place, "PositionSelectorControl.layout"); |
| 19 | setPropertyColour("ColourSelectorInactive"); |
| 20 | mMainWidget->setNeedMouseFocus(false); |
| 21 | } |
| 22 | |
| 23 | } |
nothing calls this directly
no test coverage detected