]> git.tdb.fi Git - libs/gltk.git/commit
Don't accept characters in Entry if there hasn't been a key press first
authorMikko Rasa <tdb@tdb.fi>
Sun, 9 Jun 2013 15:06:58 +0000 (18:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 9 Jun 2013 15:06:58 +0000 (18:06 +0300)
commit022c6ccec48b5dca482239da4a4c38550377b188
treec53bd4162add714b248e254f70fd5082853452bb
parent43a75e4e9be56c58be5e224f19016bb14b56a7ef
Don't accept characters in Entry if there hasn't been a key press first

This rectifies a problem where a program reacts to a key press event by
focusing an Entry, which then receives the associated character event.
source/entry.cpp
source/entry.h