mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
NSSplitViewInspector: fixed size, position, autosize; refuse first responder on matrix cells.
This commit is contained in:
parent
602c427f74
commit
77b6ad3c68
3 changed files with 8 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -44,6 +44,14 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
for (NSCell *cell in [orientation cells])
|
||||
{
|
||||
[cell setRefusesFirstResponder: YES];
|
||||
}
|
||||
}
|
||||
|
||||
- (void) _getValuesFromObject
|
||||
{
|
||||
BOOL state = [(NSSplitView *)object isVertical];
|
||||
|
|
Loading…
Reference in a new issue