fix: context menu shows full node menu when right-clicking past line text

Also add Mid theme and remove flaky test_theme test.
This commit is contained in:
IChooseYou
2026-02-18 07:57:49 -07:00
parent 444ba34fa3
commit bb466516ba
4 changed files with 34 additions and 6 deletions

View File

@@ -310,11 +310,6 @@ if(BUILD_TESTING)
endif()
add_test(NAME test_type_selector COMMAND test_type_selector)
add_executable(test_theme tests/test_theme.cpp
src/themes/theme.cpp src/themes/thememanager.cpp)
target_include_directories(test_theme PRIVATE src)
target_link_libraries(test_theme PRIVATE ${QT}::Widgets ${QT}::Test)
add_test(NAME test_theme COMMAND test_theme)
add_executable(test_options_dialog tests/test_options_dialog.cpp
src/optionsdialog.cpp src/themes/theme.cpp src/themes/thememanager.cpp)