mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 08:15:46 -05:00
Add option to trim screenshot created in Video condition
This commit is contained in:
@@ -1433,8 +1433,8 @@ void MacroConditionVideoEdit::ImageBrowseButtonClicked()
|
||||
return;
|
||||
}
|
||||
|
||||
auto source = OBSGetStrongRef(_entryData->_video.GetVideo());
|
||||
auto screenshot = ScreenshotDialog::AskForScreenshot(source);
|
||||
auto screenshot =
|
||||
ScreenshotDialog::AskForScreenshot(_entryData->_video);
|
||||
if (!screenshot) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user