mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-28 12:17:04 -05:00
Reduce screenshot selection area to area to be checked
This commit is contained in:
@@ -1433,8 +1433,8 @@ void MacroConditionVideoEdit::ImageBrowseButtonClicked()
|
||||
return;
|
||||
}
|
||||
|
||||
auto screenshot =
|
||||
ScreenshotDialog::AskForScreenshot(_entryData->_video);
|
||||
auto screenshot = ScreenshotDialog::AskForScreenshot(
|
||||
_entryData->_video, _entryData->_areaParameters);
|
||||
if (!screenshot) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user