[dasher: 8/28] Fix button mode operation by buttons (was only working for mouse)



commit 8578c064e21ee215304eb948c75c2c2bf7a05f2c
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Thu Sep 22 22:16:34 2011 +0100

    Fix button mode operation by buttons (was only working for mouse)

 Src/DasherCore/ButtonMode.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/ButtonMode.cpp b/Src/DasherCore/ButtonMode.cpp
index 2b4f24a..d8c4e5b 100644
--- a/Src/DasherCore/ButtonMode.cpp
+++ b/Src/DasherCore/ButtonMode.cpp
@@ -197,7 +197,7 @@ void CButtonMode::KeyDown(unsigned long iTime, int iId, CDasherView *pView, CDas
       //not in any box. Fall through, just to be conservative...
     }
   }
-  CInputFilter::KeyDown(iTime, iId, pView, pInput, pModel);
+  CDasherButtons::KeyDown(iTime, iId, pView, pInput, pModel);
 }
 
 void CButtonMode::DirectKeyDown(unsigned long iTime, int iId, CDasherView *pView, CDasherModel *pModel) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]