| 140 | } |
| 141 | |
| 142 | void StatusBar::DisplayImageInfoInvalid() |
| 143 | { |
| 144 | if (m_Implementation != nullptr) |
| 145 | m_Implementation->DisplayGreyValueText("No image information at this position!"); |
| 146 | } |
| 147 | |
| 148 | void StatusBar::Clear() |
| 149 | { |
nothing calls this directly
no test coverage detected