fix hang on close on linux

This commit is contained in:
goeiecool9999 2025-11-23 12:08:29 +01:00
parent 934cc3eb9d
commit b194f01fc8
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- a/src/gtk/clipbrd.cpp
+++ a/src/gtk/clipbrd.cpp
@@ -623,7 +623,6 @@
GtkClipboard* clipboard = gtk_clipboard_get(GDK_SELECTION_CLIPBOARD);
gtk_clipboard_set_can_store(clipboard, nullptr, 0);
- gtk_clipboard_store(clipboard);
return true;
}

View file

@ -9,6 +9,7 @@ vcpkg_from_github(
relocatable-wx-config.patch relocatable-wx-config.patch
nanosvg-ext-depend.patch nanosvg-ext-depend.patch
fix-libs-export.patch fix-libs-export.patch
fix-linux-clipboard-hang.patch
fix-pcre2.patch fix-pcre2.patch
gtk3-link-libraries.patch gtk3-link-libraries.patch
sdl2.patch sdl2.patch