mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fix issue with initWithViews enumeration of views
This commit is contained in:
parent
c816d484b4
commit
34e9da4f96
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@
|
|||
END_FOR_IN(columns);
|
||||
r++;
|
||||
}
|
||||
END_FOR_IN(rows);
|
||||
END_FOR_IN(views);
|
||||
[self _refreshCells];
|
||||
}
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue