| 838 | } |
| 839 | |
| 840 | void EditorWidgets::onSetWidgetCoord(MyGUI::Widget* _widget, const MyGUI::IntCoord& _value, std::string_view _owner) |
| 841 | const |
| 842 | { |
| 843 | eventChangeWidgetCoord(_widget, _value, _owner); |
| 844 | } |
| 845 | |
| 846 | } |
no outgoing calls
no test coverage detected