| 83 | } |
| 84 | |
| 85 | void ThirdScalePanel::UpdateScaleMode(ScaleMode mode) { |
| 86 | settings_->SetScaleMode(mode); |
| 87 | } |
| 88 | |
| 89 | void ThirdScalePanel::UpdateStatus(const MsgClientFloatControllerPanelUpdate& msg) { |
| 90 | if (MsgClientFloatControllerPanelUpdate::EUpdate::kImageScaleMode == msg.update_type_) { |
nothing calls this directly
no test coverage detected