/// <summary>
 /// applies changes
 /// </summary>
 void PushChanges()
 {
     changeTimer.Stop();
     if (activeObjList != null && textHasChanged)
     {
         textHasChanged = false;
         wbContext.set_description_for_selection(activeObjList, ObjectDescription);
     }
 }