| 772 | } |
| 773 | |
| 774 | static bool compareModuleLeft(ModuleWidget* a, ModuleWidget* b) { |
| 775 | return a->getGridBox().getLeft() < b->getGridBox().getLeft(); |
| 776 | } |
| 777 | |
| 778 | void RackWidget::setModulePosForce(ModuleWidget* mw, math::Vec pos) { |
| 779 | math::Rect mwBox; |
nothing calls this directly
no test coverage detected