mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:37:44 +00:00
Spreadsheet: Fix cell identifier label
Commit 6a6f19a72
broke the cell position display in the top left of the
Spreadsheet window and the title of the cell type dialog, causing the
application to crash when interacting with cells beyond column FE.
This commit is contained in:
parent
4aa58aaab5
commit
9473c694dc
4 changed files with 10 additions and 7 deletions
|
@ -62,6 +62,7 @@ struct Position {
|
|||
return !(other == *this);
|
||||
}
|
||||
|
||||
String to_cell_identifier(const Sheet& sheet) const;
|
||||
URL to_url(const Sheet& sheet) const;
|
||||
|
||||
size_t column { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue