mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 08:36:18 -04:00
UI: Fix Copy/Paste not including blend mode
This commit is contained in:
@@ -9064,6 +9064,7 @@ void OBSBasic::on_actionCopySource_triggered()
|
||||
copyInfo.weak_source = OBSGetWeakRef(source);
|
||||
obs_sceneitem_get_info(item, ©Info.transform);
|
||||
obs_sceneitem_get_crop(item, ©Info.crop);
|
||||
copyInfo.blend = obs_sceneitem_get_blending_mode(item);
|
||||
copyInfo.visible = obs_sceneitem_visible(item);
|
||||
|
||||
clipboard.push_back(copyInfo);
|
||||
|
||||
Reference in New Issue
Block a user