| 1758 | |
| 1759 | |
| 1760 | void Viewer::OnSaveMultiFrameImage() |
| 1761 | { |
| 1762 | Config::ProfileData& profile = Config::GetProfileData(); |
| 1763 | if (profile.ShowImportRaw) |
| 1764 | return; |
| 1765 | |
| 1766 | if (Images.GetNumItems() > 1) |
| 1767 | Request_MultiFrameModal = true; |
| 1768 | } |
| 1769 | |
| 1770 | |
| 1771 | void Viewer::OnSaveExtractFrames() |
nothing calls this directly
no outgoing calls
no test coverage detected