LibGUI+TextEditor: Allow cursor line highlighting to be toggled

This commit is contained in:
thankyouverycool
2021-09-11 11:08:01 -04:00
committed by Andreas Kling
parent a5ff941c86
commit 9a5a9fbee0
Notes: sideshowbarker 2024-07-18 04:15:15 +09:00
4 changed files with 23 additions and 1 deletions

View File

@@ -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;