mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
* GormCore/GormPalettesManager.m (loadPalette): commented out code that leads to issues with scrolling (although, code supposed to fix issues with scrolling :().
This commit is contained in:
parent
aff9e80077
commit
f227f3008b
1 changed files with 8 additions and 8 deletions
|
@ -534,14 +534,14 @@ static NSImage *dragImage = nil;
|
||||||
|
|
||||||
// Resize the window appropriately so that we don't have issues
|
// Resize the window appropriately so that we don't have issues
|
||||||
// with scrolling.
|
// with scrolling.
|
||||||
if([window styleMask] & NSBorderlessWindowMask)
|
// if([window styleMask] & NSBorderlessWindowMask)
|
||||||
{
|
// {
|
||||||
[window setFrame: NSMakeRect(0,0,272,160) display: NO];
|
// [window setFrame: NSMakeRect(0,0,272,160) display: NO];
|
||||||
}
|
// }
|
||||||
else
|
// else
|
||||||
{
|
// {
|
||||||
[window setFrame: NSMakeRect(0,0,272,224) display: NO];
|
// [window setFrame: NSMakeRect(0,0,272,224) display: NO];
|
||||||
}
|
// }
|
||||||
|
|
||||||
[palettes addObject: palette];
|
[palettes addObject: palette];
|
||||||
[selectionView addColumn];
|
[selectionView addColumn];
|
||||||
|
|
Loading…
Reference in a new issue