Diff for /Amaya/amaya/templates.c between versions 1.138 and 1.139

version 1.138, 2007/05/10 09:20:26 version 1.139, 2007/05/10 09:34:01
Line 869  ThotBool BagButtonClicked (NotifyElement Line 869  ThotBool BagButtonClicked (NotifyElement
                 if (dispMode == DisplayImmediately)                  if (dispMode == DisplayImmediately)
                   /* don't set NoComputedDisplay                    /* don't set NoComputedDisplay
                      -> it breaks down views formatting when Enter generates new elements  */                       -> it breaks down views formatting when Enter generates new elements  */
                   /*TtaSetDisplayMode (doc, DeferredDisplay)*/;                    TtaSetDisplayMode (doc, DeferredDisplay);
   
                 /* Prepare insertion.*/                            /* Prepare insertion.*/          
                 oldStructureChecking = TtaGetStructureChecking (doc);                  oldStructureChecking = TtaGetStructureChecking (doc);
Line 982  ThotBool RepeatButtonClicked (NotifyElem Line 982  ThotBool RepeatButtonClicked (NotifyElem
             if (dispMode == DisplayImmediately)              if (dispMode == DisplayImmediately)
               /* don't set NoComputedDisplay                /* don't set NoComputedDisplay
                  -> it breaks down views formatting when Enter generates new elements  */                   -> it breaks down views formatting when Enter generates new elements  */
               /*TtaSetDisplayMode (doc, DeferredDisplay)*/;                TtaSetDisplayMode (doc, DeferredDisplay);
   
             /* Prepare insertion.*/                        /* Prepare insertion.*/          
             oldStructureChecking = TtaGetStructureChecking (doc);              oldStructureChecking = TtaGetStructureChecking (doc);

Removed from v.1.138  
changed lines
  Added in v.1.139


Webmaster