Had a pretty serious issue with the develop branch falling well out of sync with master, and I'm currently trying to resolve it (see also #59). In doing this, master appeared to do another merge at one point, so I was checking to make sure that everything was still working properly.
Everything was fine up until the point of the timer that I tested ringing. It rang properly, but the timer was never reset in the HeadsUp window after the ringing. Probably another issue brought about by modularizing the Display code; got to check and make sure that the references are coming from mainForm in the proper areas.
Actually, contrary to what I said in the issue name, it looks like only the timer is not reappearing. It does appear again after another entry completes, thus triggering the applicable CLB to be redrawn again.
Had a pretty serious issue with the develop branch falling well out of sync with master, and I'm currently trying to resolve it (see also #59). In doing this, master appeared to do another merge at one point, so I was checking to make sure that everything was still working properly.
Everything was fine up until the point of the timer that I tested ringing. It rang properly, but the timer was never reset in the
HeadsUp
window after the ringing. Probably another issue brought about by modularizing theDisplay
code; got to check and make sure that the references are coming frommainForm
in the proper areas.