Fixed bug which made new columns non-resizable

This commit is contained in:
Leon Mika 2024-10-09 07:47:34 +11:00
parent f271865808
commit 1f3c11f265

View file

@ -106,6 +106,7 @@ func (gvm *ModelViewCtrl) insertColumn(col int) error {
} }
} }
} }
gvm.modelWasResized()
return nil return nil
} }