mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Get the sizes of the inspectors reasonable.
The inspector popup button is funky (need to select the desirned inspector twice), but it can be made to work.
This commit is contained in:
parent
0de8e3806d
commit
43d2d9645d
2 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ id inspcontrol_i;
|
|||
id cell;
|
||||
|
||||
cell =[sender selectedCell];
|
||||
Sys_Printf ("%p %d", cell, (int)[cell tag]);
|
||||
Sys_Printf ("%p %d\n", cell, (int)[cell tag]);
|
||||
[self changeInspectorTo:[cell tag]];
|
||||
return self;
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue