fixes crash when trying to copy image
This commit is contained in:
@@ -132,4 +132,8 @@ private class ImageBubbleLayout : BubbleLayout
|
||||
|
||||
snapshot.restore();
|
||||
}
|
||||
|
||||
public override void copy(Gdk.Clipboard clipboard) {
|
||||
clipboard.set_texture(cached_texture);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user