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:
Bill Currie 2010-09-17 14:30:46 +09:00
parent 2e30db9888
commit 25798e3c35
2 changed files with 1 additions and 1 deletions

View file

@ -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;
}