r22101 - gnucash/trunk/src - Bug #486658: [win32] Cannot use period on decimal keypad in my locale

Christian Stimming cstim at code.gnucash.org
Mon Mar 19 16:49:03 EDT 2012


Author: cstim
Date: 2012-03-19 16:49:03 -0400 (Mon, 19 Mar 2012)
New Revision: 22101
Trac: http://svn.gnucash.org/trac/changeset/22101

Modified:
   gnucash/trunk/src/gnome-utils/gnc-amount-edit.c
   gnucash/trunk/src/register/register-gnome/formulacell-gnome.c
   gnucash/trunk/src/register/register-gnome/gnucash-sheet.c
   gnucash/trunk/src/register/register-gnome/pricecell-gnome.c
Log:
Bug #486658: [win32] Cannot use period on decimal keypad in my locale

Patch by Sebastien Alborini:

On win32, gdk never sends GDK_KP_Decimal, so this key cannot be detected.
Work around this by watching the underlying virtual keycode VK_DECIMAL.



More information about the gnucash-patches mailing list