mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
* GormCore/GormPalettesManager.m (init): made dragView is not autoresizable to omit problems with palettes visibility.
This commit is contained in:
parent
71af93619a
commit
55c2c8dfbc
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ static NSImage *dragImage = nil;
|
||||||
RELEASE(scrollView);
|
RELEASE(scrollView);
|
||||||
|
|
||||||
dragView = [[GormPaletteView alloc] initWithFrame: dragRect];
|
dragView = [[GormPaletteView alloc] initWithFrame: dragRect];
|
||||||
[dragView setAutoresizingMask: (NSViewHeightSizable | NSViewWidthSizable)];
|
[dragView setAutoresizingMask: NSViewMinYMargin];
|
||||||
[[panel contentView] addSubview: dragView];
|
[[panel contentView] addSubview: dragView];
|
||||||
RELEASE(dragView);
|
RELEASE(dragView);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue