summaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index e93748f..2e956eb 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -30,7 +30,7 @@ impl App {
pub fn new() -> Self {
let sheet_id = Register::create(10, 50);
GlobalState::instance_mut()
- .sheetview
+ .view
.set_active_sheet(Some(sheet_id));
Self {