Browse Source

X11: Fix bitmap transferred with INCR (#20895)

pull/17825/merge
Julien Lebosquain 1 week ago
committed by GitHub
parent
commit
3a9ef06db5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      src/Avalonia.X11/Clipboard/ClipboardReadSession.cs

3
src/Avalonia.X11/Clipboard/ClipboardReadSession.cs

@ -127,6 +127,7 @@ class ClipboardReadSession : IDisposable
Append(part);
}
ms.Position = 0L;
return new(null, ms, actualTypeAtom);
}
@ -150,4 +151,4 @@ class ClipboardReadSession : IDisposable
}
}
}
}

Loading…
Cancel
Save