| 677 | |
| 678 | |
| 679 | Viewer::Config::ProfileData::ZoomModeEnum Viewer::GetZoomMode() |
| 680 | { |
| 681 | Config::ProfileData& profile = Config::GetProfileData(); |
| 682 | if (profile.ZoomPerImage && CurrImage) |
| 683 | return CurrImage->ZoomMode; |
| 684 | else |
| 685 | return profile.GetZoomMode(); |
| 686 | } |
| 687 | |
| 688 | |
| 689 | void Viewer::SetZoomMode(Config::ProfileData::ZoomModeEnum mode) |
nothing calls this directly
no outgoing calls
no test coverage detected