[fix] prevent remote mouse input from popup menus

This commit is contained in:
dijunkun
2026-08-25 12:43:30 +08:00
parent 8ea4668305
commit 096bc68d35
3 changed files with 29 additions and 146 deletions
-5
View File
@@ -100,11 +100,6 @@ function setup_targets()
add_includedirs("src/service/windows")
add_files("tests/windows_sas_guard_test.cpp")
target("display_popup_hover_state_test")
set_kind("binary")
set_default(false)
add_files("tests/display_popup_hover_state_test.cpp")
target("slint_ui_smoke_test")
set_kind("binary")
set_languages("c++20")