| 196 | } |
| 197 | |
| 198 | void PropertyFieldPosition::updatePositionCaption() |
| 199 | { |
| 200 | WidgetContainer* widgetContainer = EditorWidgets::getInstance().find(mCurrentWidget); |
| 201 | setValue(widgetContainer->position()); |
| 202 | } |
| 203 | |
| 204 | void PropertyFieldPosition::notifyPropertyChangeCoord( |
| 205 | MyGUI::Widget* _widget, |