Skip to content

fix correct order when adding new columns.

Martin Marmsoler requested to merge work/ColumnNameOrder into master

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)

Merge request reports

Loading