1
0
Fork 0

Merge branch 'misc' into feature

This commit is contained in:
arch1t3cht 2022-08-19 21:18:48 +02:00
commit 7f7f5c8385
1 changed files with 1 additions and 3 deletions

View File

@ -342,9 +342,7 @@ struct video_frame_copy_subs final : public validator_video_loaded {
STR_HELP("Copy the currently displayed subtitles to the clipboard, with transparent background")
void operator()(agi::Context *c) override {
wxBitmap img(get_image(c, false, true));
img.UseAlpha();
SetClipboard(img);
SetClipboard(wxBitmap(get_image(c, false, true), 32));
}
};