| 437 | } |
| 438 | |
| 439 | bool PatternEditorWindow::colorButton(std::string id, uint32_t cellColor) |
| 440 | { |
| 441 | ImGui::PushID(id.c_str()); |
| 442 | auto result = AlienImGui::ColorField(cellColor); |
| 443 | ImGui::PopID(); |
| 444 | return result; |
| 445 | } |
| 446 | |
| 447 | bool PatternEditorWindow::hasSelectionChanged(SelectionShallowData const& selection) const |
| 448 | { |
nothing calls this directly
no outgoing calls
no test coverage detected