Private
Public Access
1
0

fixes crash when trying to copy image

This commit is contained in:
2025-06-18 01:49:33 -07:00
parent d33b50cfb5
commit 4170f13092
7 changed files with 21 additions and 6 deletions

View File

@@ -132,4 +132,8 @@ private class ImageBubbleLayout : BubbleLayout
snapshot.restore();
}
public override void copy(Gdk.Clipboard clipboard) {
clipboard.set_texture(cached_texture);
}
}