fixes crash when trying to copy image
This commit is contained in:
@@ -91,6 +91,10 @@ private class TextBubbleLayout : BubbleLayout
|
||||
|
||||
snapshot.restore();
|
||||
}
|
||||
|
||||
public override void copy(Gdk.Clipboard clipboard) {
|
||||
clipboard.set_text(message.text);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user