| 46 | } |
| 47 | |
| 48 | void PropertyFieldColour::setTarget(MyGUI::Widget* _currentWidget) |
| 49 | { |
| 50 | mCurrentWidget = _currentWidget; |
| 51 | } |
| 52 | |
| 53 | void PropertyFieldColour::notifyApplyProperties(MyGUI::Widget* _sender, bool _force) |
| 54 | { |
no outgoing calls
no test coverage detected