mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
This commit is contained in:
committed by
Andreas Kling
parent
a5ff941c86
commit
9a5a9fbee0
Notes:
sideshowbarker
2024-07-18 04:15:15 +09:00
Author: https://github.com/thankyouverycool Commit: https://github.com/SerenityOS/serenity/commit/9a5a9fbee03 Pull-request: https://github.com/SerenityOS/serenity/pull/9968
@@ -104,6 +104,7 @@ private:
|
||||
|
||||
RefPtr<GUI::Action> m_visualize_trailing_whitespace_action;
|
||||
RefPtr<GUI::Action> m_visualize_leading_whitespace_action;
|
||||
RefPtr<GUI::Action> m_cursor_line_highlighting_action;
|
||||
|
||||
GUI::ActionGroup m_soft_tab_width_actions;
|
||||
RefPtr<GUI::Action> m_soft_tab_1_width_action;
|
||||
|
||||
Reference in New Issue
Block a user