diff --git a/tools/Forge/Bundles/MapEdit/InspectorControl.m b/tools/Forge/Bundles/MapEdit/InspectorControl.m index ff8ead987..fd4c55d36 100644 --- a/tools/Forge/Bundles/MapEdit/InspectorControl.m +++ b/tools/Forge/Bundles/MapEdit/InspectorControl.m @@ -99,7 +99,6 @@ id inspcontrol_i; { id newView; NSRect r; - id cell; NSRect f; if (which == currentInspectorType) @@ -108,8 +107,7 @@ id inspcontrol_i; currentInspectorType = which; newView =[contentList objectAtIndex:which]; - cell =[itemList objectAtIndex:which];// set PopUpButton title - [popUpButton_i setTitle:[cell title]]; + [popUpButton_i selectItemAtIndex:which]; [inspectorView_i replaceSubview: inspectorSubview_i with:newView]; r =[inspectorView_i frame]; diff --git a/tools/Forge/Bundles/MapEdit/MapEdit.gorm/objects.gorm b/tools/Forge/Bundles/MapEdit/MapEdit.gorm/objects.gorm index fed6e4a47..768ce2add 100644 Binary files a/tools/Forge/Bundles/MapEdit/MapEdit.gorm/objects.gorm and b/tools/Forge/Bundles/MapEdit/MapEdit.gorm/objects.gorm differ