mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-14 23:43:52 +02:00
Prevent cursors from being unintentionally hidden
Some interaction between JUCE and Wine would cause these cursors to be hidden and then never shown again. This is of course more of a temporary workaround until the issue gets solved within Wine.
This commit is contained in:
@@ -608,7 +608,6 @@ host_64bit_deps = [
|
||||
wine_ole32_dep,
|
||||
wine_threads_dep,
|
||||
xcb_64bit_dep,
|
||||
xcb_xfixes_64bit_dep,
|
||||
]
|
||||
if with_vst3
|
||||
host_64bit_deps += [
|
||||
@@ -646,7 +645,6 @@ if with_bitbridge
|
||||
tomlplusplus_dep,
|
||||
wine_threads_dep,
|
||||
xcb_32bit_dep,
|
||||
xcb_xfixes_32bit_dep,
|
||||
]
|
||||
if with_vst3
|
||||
host_32bit_deps += [
|
||||
|
||||
Reference in New Issue
Block a user