mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Added ivar _scrollRect to store horizontal scroller size
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5087 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a59d28cb16
commit
b357f2cc3f
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
NSMutableArray *_browserColumns;
|
||||
id _titleCell;
|
||||
NSSize _columnSize;
|
||||
NSRect _scrollerRect;
|
||||
int _lastColumnLoaded;
|
||||
int _firstVisibleColumn;
|
||||
int _lastVisibleColumn;
|
||||
|
|
Loading…
Reference in a new issue