mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
tidyups and minor theme tiling updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23871 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
477b1ee968
commit
cc3cafa874
58 changed files with 422 additions and 230 deletions
|
@ -1218,7 +1218,7 @@ static float scrollerWidth;
|
|||
{
|
||||
[super encodeWithCoder: aCoder];
|
||||
|
||||
if([aCoder allowsKeyedCoding])
|
||||
if ([aCoder allowsKeyedCoding])
|
||||
{
|
||||
unsigned long flags = 0;
|
||||
GSScrollViewFlags scrollViewFlags;
|
||||
|
@ -1228,7 +1228,7 @@ static float scrollerWidth;
|
|||
[aCoder encodeObject: _contentView forKey: @"NSContentView"];
|
||||
|
||||
// only encode this, if it's not null...
|
||||
if(_headerClipView != nil)
|
||||
if (_headerClipView != nil)
|
||||
{
|
||||
[aCoder encodeObject: _headerClipView forKey: @"NSHeaderClipView"];
|
||||
}
|
||||
|
@ -1316,7 +1316,7 @@ static float scrollerWidth;
|
|||
NSRect frame = [content frame];
|
||||
float w = [vScroller frame].size.width;
|
||||
|
||||
if(_hasVertScroller)
|
||||
if (_hasVertScroller)
|
||||
{
|
||||
//
|
||||
// Slide the content view over, since on Mac OS X the scroller is on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue