Restore non-editing state when cancelled editing is complete.

Fixes Bug #344870, which was a regression caused by r11892.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14373 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-06-16 23:14:13 +00:00
parent 8166239185
commit d5b0ddaa4b

View File

@ -195,6 +195,7 @@ gnucash_sheet_stop_editing (GnucashSheet *sheet)
gnucash_sheet_hide_editing_cursor (sheet);
sheet->editing = FALSE;
sheet->input_cancelled = FALSE;
}