mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
fix uninitialised variable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27191 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e2e7607b5
commit
10fe2a1e3b
1 changed files with 1 additions and 0 deletions
|
@ -1304,6 +1304,7 @@ static NSTextFieldCell *titleCell;
|
|||
{
|
||||
float cw;
|
||||
|
||||
cw = columnWidth;
|
||||
// Take the border into account
|
||||
if (_separatesColumns)
|
||||
cw -= 2 * (_sizeForBorderType(NSBezelBorder)).width;
|
||||
|
|
Loading…
Reference in a new issue