diff --git a/Source/NSTableColumn.m b/Source/NSTableColumn.m index d84215b71..d01abb9ba 100644 --- a/Source/NSTableColumn.m +++ b/Source/NSTableColumn.m @@ -118,6 +118,9 @@ else if (newWidth < _min_width) newWidth = _min_width; + if (_width == newWidth) + return; + _width = newWidth; if (_tableView)