| 774 | } |
| 775 | |
| 776 | void LabelFNTMultiLineAlignment::alignmentChanged(ax::Object* sender) |
| 777 | { |
| 778 | auto item = static_cast<MenuItemFont*>(sender); |
| 779 | |
| 780 | selectAlignmentItem(item); |
| 781 | |
| 782 | this->snapArrowsToEdge(); |
| 783 | } |
| 784 | |
| 785 | void LabelFNTMultiLineAlignment::onTouchesBegan(const std::vector<Touch*>& touches, ax::Event* event) |
| 786 | { |
nothing calls this directly
no test coverage detected