| 64 | |
| 65 | |
| 66 | void SvgButton::onDragDrop(const DragDropEvent& e) { |
| 67 | // Don't dispatch ActionEvent on DragDrop because it's already called on mouse down. |
| 68 | // if (e.origin == this) { |
| 69 | // ActionEvent eAction; |
| 70 | // onAction(eAction); |
| 71 | // } |
| 72 | } |
| 73 | |
| 74 | |
| 75 | } // namespace app |
nothing calls this directly
no outgoing calls
no test coverage detected