Anm2Ed 2.0.........................................................

This commit is contained in:
2025-11-13 23:12:42 -05:00
parent 54593e9b6e
commit c6b6b1e682
2 changed files with 18 additions and 7 deletions

View File

@@ -650,7 +650,18 @@ namespace anm2ed::imgui
if (ImGui::Button("Cancel", ImVec2(ImGui::GetContentRegionAvail().x, 0)))
{
renderFrames.clear();
pan = savedPan;
zoom = savedZoom;
settings = savedSettings;
overlayIndex = savedOverlayIndex;
isSizeTrySet = true;
if (settings.timelineIsSound) audioStream.capture_end(mixer);
playback.isPlaying = false;
playback.isFinished = false;
manager.isRecording = false;
manager.progressPopup.close();
}