mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:17:34 +00:00
LibGUI+TextEditor: Allow cursor line highlighting to be toggled
This commit is contained in:
parent
a5ff941c86
commit
9a5a9fbee0
4 changed files with 23 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue