mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 06:17:35 +00:00
TextEditor: Add a menu action for turning line-wrapping on/off
This commit is contained in:
parent
5aac652b4b
commit
97a695403b
2 changed files with 10 additions and 1 deletions
|
@ -29,6 +29,7 @@ private:
|
|||
RefPtr<GAction> m_save_action;
|
||||
RefPtr<GAction> m_save_as_action;
|
||||
RefPtr<GAction> m_find_action;
|
||||
RefPtr<GAction> m_line_wrapping_setting_action;
|
||||
|
||||
GTextBox* m_find_textbox { nullptr };
|
||||
GButton* m_find_prev_button { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue