[dasher: 102/217] BP_SPEAK_WORDS parameter logic should be evaluated at program start up.



commit a3838c1b5f81ee8df37f2352c123decda16096a2
Author: ipomoena <amajorek google com>
Date:   Tue Nov 3 10:33:03 2015 -0800

    BP_SPEAK_WORDS parameter logic should be evaluated at program start up.
    
    fixes https://github.com/ipomoena/dasher/issues/44
    I amlso checked if other flags had the same problem, but found no other

 Src/DasherCore/DasherInterfaceBase.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Src/DasherCore/DasherInterfaceBase.cpp b/Src/DasherCore/DasherInterfaceBase.cpp
index 809b0ac..fadc5bc 100644
--- a/Src/DasherCore/DasherInterfaceBase.cpp
+++ b/Src/DasherCore/DasherInterfaceBase.cpp
@@ -164,6 +164,7 @@ void CDasherInterfaceBase::Realize(unsigned long ulTime) {
     pCon->HandleEvent(SP_INPUT_FILTER);
 
   HandleEvent(LP_NODE_BUDGET);
+  HandleEvent(BP_SPEAK_WORDS);
 
   // FIXME - need to rationalise this sort of thing.
   // InvalidateContext(true);


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