Skip to content

Commit 38fec7a

Browse files
authored
Rewrite Sheet (#217)
1 parent 0608bde commit 38fec7a

File tree

2 files changed

+269
-137
lines changed

2 files changed

+269
-137
lines changed

src/UI/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class Spreadsheet.UI.MainWindow : Gtk.ApplicationWindow {
9595
formula_entry.set_position (-1);
9696
});
9797

98-
sheet.selection_cleared.connect (() => {
98+
sheet.clear_cell.connect (() => {
9999
clear_formula ();
100100
});
101101

0 commit comments

Comments
 (0)