fix correct order when adding new columns.
fix correct order when adding new columns. The problem is that now the insertChild will be called before the child was added by the undocommand and therefore d->m_children.count(); will return always the same number. This leads that the newer column will be added before the previous one
introduced with !293 (merged)