commit b9745bd6a89f9b7c2a7aaa90801fbe2e1de9dbaf parent c8d411b5f7e7a295286c1ac2c09ae22f15a1db51 Author: Paul Nasca <zynaddsubfx_AT_yahoo com> Date: Wed, 2 Dec 2009 21:40:07 +0200 typo fix Diffstat:
M | ChangeLog | | | 4 | ++++ |
M | src/UI/VirKeyboard.fl | | | 2 | +- |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog @@ -965,3 +965,7 @@ 18 Nov 2009 (Mark McCurry) - Fixed segfault in VirKeyBoard + +02 Dec 2009 (Paul Nasca) + - Fixed a small typo on Virtual Keyboard + diff --git a/src/UI/VirKeyboard.fl b/src/UI/VirKeyboard.fl @@ -138,7 +138,7 @@ if ((event==FL_PUSH)||(event==FL_DRAG)||(event==FL_RELEASE)){ }; }; - if ((keypos!=-1)&&((event==FL_PUSH)||(event==FL_DRAG))&& + if ((kpos!=-1)&&((event==FL_PUSH)||(event==FL_DRAG))&& (Fl::event_shift()==0)) { presskey(kpos,1,1); };