mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix minor flakiness
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1165 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e0ce1319ca
commit
e2c5fe6c22
@ -152,6 +152,7 @@ DateMV (BasicCell *_cell,
|
||||
|
||||
/* if user hit backspace, accept the change */
|
||||
if (!change) return newval;
|
||||
if (0x0 == change[0]) return newval;
|
||||
|
||||
/* accept any numeric input */
|
||||
if (isdigit (change[0])) return newval;
|
||||
|
Loading…
Reference in New Issue
Block a user