mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
8166239185
commit
d5b0ddaa4b
@ -195,6 +195,7 @@ gnucash_sheet_stop_editing (GnucashSheet *sheet)
|
|||||||
gnucash_sheet_hide_editing_cursor (sheet);
|
gnucash_sheet_hide_editing_cursor (sheet);
|
||||||
|
|
||||||
sheet->editing = FALSE;
|
sheet->editing = FALSE;
|
||||||
|
sheet->input_cancelled = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user