TextEditor: Add a menu action for turning line-wrapping on/off

This commit is contained in:
Andreas Kling 2019-08-25 12:23:34 +02:00
commit 97a695403b
Notes: sideshowbarker 2024-07-19 12:32:24 +09:00
2 changed files with 10 additions and 1 deletions

View file

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