mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Tiny optimization I forgot.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5365 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
76c1535542
commit
6db2cf946c
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@
|
|||
else if (newWidth < _min_width)
|
||||
newWidth = _min_width;
|
||||
|
||||
if (_width == newWidth)
|
||||
return;
|
||||
|
||||
_width = newWidth;
|
||||
|
||||
if (_tableView)
|
||||
|
|
Loading…
Reference in a new issue