Fixed bug which made new columns non-resizable
This commit is contained in:
parent
f271865808
commit
1f3c11f265
|
|
@ -106,6 +106,7 @@ func (gvm *ModelViewCtrl) insertColumn(col int) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
gvm.modelWasResized()
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue