1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:27:35 +00:00

Spreadsheet: Add (limited) support for custom cell formatting

This commit is contained in:
AnotherTest 2020-08-29 11:21:18 +04:30 committed by Andreas Kling
parent e75247a75b
commit 054638c355
10 changed files with 466 additions and 4 deletions

View file

@ -138,6 +138,7 @@ private:
NonnullRefPtr<Sheet> m_sheet;
RefPtr<GUI::TableView> m_table_view;
RefPtr<GUI::Menu> m_cell_range_context_menu;
};
}