diff --git a/src/common/headerctrlcmn.cpp b/src/common/headerctrlcmn.cpp index 75239d8151..62a03eafc9 100644 --- a/src/common/headerctrlcmn.cpp +++ b/src/common/headerctrlcmn.cpp @@ -227,7 +227,6 @@ wxHeaderCtrlSimple::UpdateColumnWidthToFit(unsigned int idx, int widthTitle) return false; m_cols[idx].SetWidth(wxMax(widthContents, widthTitle)); - UpdateColumn(idx); return true; }